vue-com-test-alvin
v0.1.3
Published
## Project setup ``` yarn install ```
Downloads
5
Readme
vue-com-test
Project setup
yarn install
Compiles and hot-reloads for development
yarn serve
Compiles and minifies for production
yarn build
Lints and fixes files
yarn lint
Customize configuration
vue-cli-service build --target lib --name myLib [entry]
在 package.json 的 scripts 中添加 build-library,对照上面的命令 myLib 是你发布的package的名称。