Skip to content

Latest commit

 

History

History
23 lines (23 loc) · 349 Bytes

README.md

File metadata and controls

23 lines (23 loc) · 349 Bytes

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