vue template


https://vuejs-templates.github.io/webpack/
$ npm install -g vue-cli $ vue init webpack my-project $ cd my-project $ npm install $ npm run dev


npm install --registry=https://registry.npm.taobao.org


https://www.npmjs.com/package/chromedriver
npm install chromedriver
原文地址:https://www.cnblogs.com/lizhanglong/p/10460728.html