随身笔记
随身笔记

随身笔记

随身笔记
Hello => MDx!

swiper.js中文文档

swiper.js已经更新到8.x了 html <script src="https://cdn.bootcdn.net/ajax/libs/Swiper/8.1.4/swiper-bundle.js"></script> <link rel="stylesheet" href="https://cdn.bootcdn.net/ajax/libs/Swiper/8.1.4/swiper-bundle.css" /> <style…

   812   2022-05-05   去围观

vue各版本介绍

引入第三方cdn你会发现vue有多个不同版本命名文件   cjs 全名CommonJS,适用于 Node 和 Browserify/Webpack     runtime 不含 compiler(用于编译的) 组件,也就是说不能这么写 new Vue({ el: "#box", template: "<div>…

   955   2022-05-05   去围观

js常用前端插件

推荐库 这里主要推荐一下自己平时常用,提高效率的一些库和软件。 #前端常用 sweetalert2 一个自适应,且自定义性强的弹出框(零依赖) tippy.js 最著名的 tooltip/popover library text-mask 可以让 input 按照规则输入(如电话,email,日期,信用卡等),特…

   1,531   2022-04-29   去围观

js字母数字数组混合排序

function parseItem (item) { const [, stringPart = '', numberPart = 0] = /(^[a-zA-Z]*)(\d*)$/.exec(item) || []; return [stringPart, numberPart]; } function sort (array) { return array.sort((a, b) => { const [stringA, numberA] = p…

   702   2022-04-27   去围观

git.EXE ls-remote -h -t git://github.com/adobe-webplatform/eve.git

npm ERR! Error while executing: npm ERR! C:\Program Files\Git\cmd\git.EXE ls-remote -h -t git://github.com/adobe-webplatform/eve.git npm ERR! npm ERR! fatal: remote error: npm ERR! The unauthenticated git protocol on port 9418 is no longer suppo…

   936   2022-04-08   去围观
加载更多