pascal-ui
v0.1.0
Published
"package": "vue-cli-service build --target lib ./src/package/index.js --name test-ui --dest test-ui"
Downloads
2
Readme
common
"package": "vue-cli-service build --target lib ./src/package/index.js --name test-ui --dest test-ui"
--target lib: 关键字 指定打包的目录
--dest: 打包后的文件名字
--name: 打包后的文件夹的名称