webpack4 + vue2 + vuepress 组件库模板
Create a repo from this template on GitHub.
使用 degit
npx tiged https://github.com/template-pro/vue2-component-library#main -m=git my-project
npm install # 安装依赖
# npm run dev # localhost:8088 组件开发预览
# npm run dev:docs # localhost:8089 组件文档开发预览
# npm run build # 构建 library
# npm run build:docs # 构建文档