@bvite/vfui
v1.0.2-beta.5
Published
vfui vue3 component library
Downloads
71
Readme
Vue3 And Vite Component Library Project
项目工程化
[x] Editor
[x] ESLint
[x] TS
[x] Prettier
[x] Lint-Staged
[x] Husky
[x] Vite
[x] Vue3
[x] Pnpm
[x] Less
[x] Jest
- [x] Snapshots
Vue3 组件 Library Template,包含所有基础工程,遵循最佳实践
git commit code lint
git commit code prettier
unit test
git commit format
contain type definitions
docs 生成
如何发布自己的 Library Package
只需要一个步骤即可
project-root
|-- build
| |-- vfui
| | |-- package.json
将package.json
的name
属性修改为你组件库名称即可,例如my-awesome-ui