0.1.0 • Published 4 years ago

tuliu_pengzhiq_qwe_qweqwf_dg v0.1.0

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

打包命令

"vue-cli-service build --target lib --name toast --dest lib src/plugin/index.js"

1,target: 默认为构建应用,改为 lib 即可启用构建库模式 2,name: 输出文件名 3,dest: 输出目录,默认为 dist,这里我们改为 lib 4,entry: 入口文件路径,默认为 src/App.vue,这里改为 src/plugin/index.js