webpack-starter-vue-lib webpack-starter-vue-lib 安装依赖 npm install 开发 npm start | npm run dev 测试 npm run test | npm run test:coverage 打包 npm run build 发布 npm login // 输入npm的账号和密码 npm publish