1.0.2-beta.5 • Published 2 years ago

@bvite/vfui v1.0.2-beta.5

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Vue3 And Vite Component Library Project

项目工程化

  • Editor

  • ESLint

  • TS

  • Prettier

  • Lint-Staged

  • Husky

  • Vite

  • Vue3

  • Pnpm

  • Less

  • Jest

    • 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.jsonname属性修改为你组件库名称即可,例如my-awesome-ui