All Projects → anncwb → lib-starter

anncwb / lib-starter

Licence: other
一个基于rollup和vue cli3的库打包项目,支持按需引入,文档展示,多种方式打包等...

Programming Languages

javascript
184084 projects - #8 most used programming language

vue-lib-starter

文档地址

安装依赖

yarn install

运行example

yarn run serve

运行测试用例

yarn run test:unit

使用vue-cli3 打包库

yarn run  lib:cli

使用rollup打包库

yarn run  lib

格式化全部js文件

yarn run  lint:prettier

格式化全部css文件

yarn run  lint:css

运行项目文档

yarn run  docs:dev

打包项目文档

yarn run  docs:build

生成修改日志

yarn run  version
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].