A Vue.js project 使用 vue.js
npm install # install dependencies 还原依赖包
npm run dev # serve with hot reload at localhost:8080 本地服务运行
npm run build # build for production with minification 打包上线
npm run build --report # build for production and view the bundle analyzer report
npm run unit # run unit tests 运行测试
npm run e2e # run e2e tests 运行测试
npm test # run all tests 运行测试