上一页 1 2 3 4 5 6 7 ··· 85 下一页
摘要: https://www.npmjs.com/package/dayjs npm install dayjs --save 在项目中难免要去处理时间和日期,所以就一定会用到 Moment.js ,Moment.js 是一个大而全的 JS 时间库,使得我们处理时间和日期变得简便,但是 Moment.js 阅读全文
posted @ 2020-02-19 13:05 dekevin 阅读(1827) 评论(0) 推荐(0) 编辑
摘要: npm install sass-loader --save npm install node-sass --save 阅读全文
posted @ 2020-02-19 13:01 dekevin 阅读(3120) 评论(0) 推荐(0) 编辑
摘要: 1、sass-loader的版本过高导致的编译错误,当前最高版本是8.x,需要退回到7.3.1 运行: npm uninstall sass-loader(卸载当前版本) npm install sass-loader@7.3.1 --save-dev 2、如果上面的方法不行,或者又产生其他相关的错 阅读全文
posted @ 2020-02-19 12:59 dekevin 阅读(590) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-02-19 11:55 dekevin 阅读(274) 评论(0) 推荐(0) 编辑
摘要: 可以通过application.properties配置文件来实现,添加一行代码即可,这个方法极其简洁 server.port=8084 阅读全文
posted @ 2020-02-19 10:35 dekevin 阅读(5665) 评论(0) 推荐(0) 编辑
摘要: Vue项目启动默认的端口号为8080,如果已经运行了一个项目,那么相同的端口号是无法再运行其他项目的,所以需要修改端口号。 如下图所示,找到项目的config文件夹下的index.js文件,然后修改port变量,然后修改即可,如8081 阅读全文
posted @ 2020-02-19 10:25 dekevin 阅读(2304) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-02-19 09:36 dekevin 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-02-18 18:28 dekevin 阅读(145) 评论(0) 推荐(0) 编辑
摘要: is-url-external 1.0.3 • Public • Published 3 years ago Readme ExploreBETA 0Dependencies 8Dependents 4Versions Is URL External? A simple function that 阅读全文
posted @ 2020-02-18 17:10 dekevin 阅读(835) 评论(0) 推荐(0) 编辑
摘要: vue-countTo是一个无依赖,轻量级的vue组件,可以自行覆盖easingFn。 你可以设置 startVal 和 endVal,它会自动判断计数或倒计时。支持vue-ssr。vue-countTo参考于countUp.js; 安装使用: npm install vue-count-to 例子 阅读全文
posted @ 2020-02-18 11:26 dekevin 阅读(1955) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 85 下一页