1.0.3 • Published 1 year ago

zhong-vue-components v1.0.3

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

zhong-vue-components

介绍

这是一个封装常用组件、指令、过滤器的包
vue版本2.6.14
less版本4.0.0
less-loader版本8.0.0

Project setup

npm install

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run build

构建库模式说明

因为在vue-cli中,可以通过以下命令将一个单独的入口打包成库
target: 默认为构建应用,改为 lib 即可启用构建库模式
name: 输出文件名
dest: 输出目录,默认为 dist,这里我们改为 lib
entry: 入口文件路径
vue-cli-service build --target lib --name lib [entry]

发布npm包参考

https://blog.csdn.net/qq_33286909/article/details/108421181

Customize configuration

See Configuration Reference.