摘要:
webpack-dev-server --inline --progress --config build/webpack.dev.conf.js internal/modules/cjs/loader.js:783 throw err; ^ Error: Cannot find module 'w 阅读全文
posted @ 2019-11-25 21:14
baixinL
阅读(2031)
评论(0)
推荐(0)
摘要:
{ "name": "projectName", "version": "1.0.1", "description": "project desc", "author": "authorName", "private": true, "scripts": { "dev": "webpack-dev- 阅读全文
posted @ 2019-11-25 20:49
baixinL
阅读(636)
评论(0)
推荐(0)
摘要:
确保已经安装了node和npm 1.安装vue-cli npm i vue-cli -g 2.安装vue-router npm i vue-router --save 3.安装vue-router npm i vue-router --save 4.安装axios //如果有需要 npm i axi 阅读全文
posted @ 2019-11-25 20:46
baixinL
阅读(180)
评论(0)
推荐(0)
摘要:
轮播插件vue-awesome-swiper在ie9中运行的时候没效果 解决方法: vue-awesome-swiper在IE9下报错, 主要原因是element.classlist.add()方法在ie9中是不支持的。 解决方法是加个ployfill npm install classlist-p 阅读全文
posted @ 2019-11-25 20:21
baixinL
阅读(1284)
评论(0)
推荐(0)
摘要:
<!--一个匹配字字符串是aabbcc或aaaabccc或者其他模式的运用--> function isPattern(str, pattern) { let str_a = str.split(" "); let p_a = pattern.split(""); let noCpy = funct 阅读全文
posted @ 2019-11-25 10:28
baixinL
阅读(594)
评论(0)
推荐(0)

浙公网安备 33010602011771号