
npm
不平凡中的平凡
这个作者很懒,什么都没留下…
展开
-
npm 清理缓存命令
npm cache clean --force翻译 2019-02-27 15:11:49 · 24246 阅读 · 2 评论 -
vue.config.js去掉vconsole调试器
由于npm run build打包发布生产环境时,需要去掉vconsole调试器。在vue.config.js文件中加入如下代码:const vConsolePlugin = require('vconsole-webpack-plugin')configureWebpack: config => { //生产环境去掉vconsole调试器 let envFlag = ...原创 2019-06-19 15:38:54 · 10844 阅读 · 0 评论