Package Exports
- be-ui-cli
- be-ui-cli/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (be-ui-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Be-CLI
A cli for quickly generating project template
Be-CLI 🦋 🚀
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.
Features
- ⚡️ Vite️,
- ☘️ Vue3,
- 🔥 React
- 🌷 UnoCSS
- 🌺 WindiCSS
- 🍵 Element-Plus
- 🍁 Ant Design Vue
Styling
- UnoCSS with The instant on-demand Atomic CSS engine.
- WindiCSS Next generation utility-first CSS framework.
UI Components
- 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. 🐜
Unit Test
How to ues ?
Install
$ pnpm install be-ui-cli --global2.Input your project name
$ sudo be-ui-cli create
? please input your project name › be-cli-project3. Select template type
? please select a template type ›
❯ vue + vite template
react + vite template
lib template4. Select UI component
? please select a ui component library ›
❯ element-plus
ant design vue4. Select a css atom library
? please select a css atom library ›
❯ windicss
unocss
Don't need5. Select a unit test library
? please select a unit test library ›
❯ vitest
jest
Don't needcreate project
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 !
Other
-v | --version
Display version message
be-ui-cli -v-h | --help
Display help message
be-ui-cli -h