test
Be-CLI
A cli for quickly generating project template
test
A simple project template with Vite.js
This template should help get you started developing with Vue or React and Typescript in Vite in a bliss.
- β‘οΈ ViteοΈ,
- βοΈ Vue3,
- π₯ React
- π· UnoCSS
- πΊ WindiCSS
- π΅ Element-Plus
- π Ant Design Vue
- UnoCSS with The instant on-demand Atomic CSS engine.
- WindiCSS Next generation utility-first CSS framework.
- Element-Plus π A Vue.js 3 UI Library made by Element team
- Ant Design Vue π An enterprise-class UI components based on Ant Design and Vue. π
$ pnpm install be-ui-cli --global
$ sudo be-ui-cli create
? please input your project name βΊ be-cli-project
? please select a template type βΊ
β― vue + vite template
react + vite template
lib template
? please select a ui component library βΊ
β― element-plus
ant design vue
? please select a css atom library βΊ
β― windicss
unocss
Don't need
? please select a unit test library βΊ
β― vitest
jest
Don't need
start creating project <be-cli-project> ...
β Loading
start creating package.json ...
start setting windicss ...
set windicss success !
start setting vitest ...
set vitest success !
create package.json success !
β
create project <be-cli-project> success !
Display version message
be-ui-cli -v
Display help message
be-ui-cli -h
test