摘要: 安装nodejs后顺序执行如下命令: npm install webpack -g npm install vue-cli -g vue init webpack my-project cd my-porject npm i npm run dev 阅读全文
posted @ 2017-02-12 23:59 哈皮尘 阅读(261) 评论(0) 推荐(0) 编辑
摘要: unit测试 unit测试 安装karma-chrome-luncher npm install karma-chrome-launcher -save 在karma.conf.js中添加: 在karma.conf.js中添加: plugins: [ 'karma-chrome-launcher', 阅读全文
posted @ 2017-02-12 23:55 哈皮尘 阅读(3644) 评论(0) 推荐(0) 编辑