Overview:
Be-CLI is a simple project template with Vite.js that aims to assist developers in starting Vue or React projects with Typescript in Vite. It provides a blissful development experience with a range of features and frameworks.
Features:
- Vite: A fast and efficient build tool for modern web applications.
- Vue3: The latest version of the popular JavaScript framework for building user interfaces.
- React: A powerful JavaScript library for building interactive UIs.
- UnoCSS: An instant, on-demand Atomic CSS engine for styling.
- WindiCSS: The next generation utility-first CSS framework.
- Element-Plus: A comprehensive UI library for Vue.js 3.
- Ant Design Vue: An enterprise-class UI component library based on Ant Design and Vue.
- Unit Test: Includes the Vitest test framework and Jest for JavaScript testing.
Installation:
To use the Be-CLI template, follow these steps:
- Install Be-CLI:
npm install -g be-cli
- Input your project name:
be-cli create project-name
- Select the template type.
- Choose a UI component.
- Select a CSS atom library.
- Choose a unit test library.
Summary:
Be-CLI is a project template built on Vite.js that simplifies the development process for Vue or React projects with Typescript. With its range of features including Vite, Vue3, React, UnoCSS, WindiCSS, Element-Plus, and Ant Design Vue, developers can quickly set up their projects and start building beautiful user interfaces. The inclusion of unit testing libraries like Vitest and Jest ensures high-quality and performant code. Overall, Be-CLI provides a blissful development experience for modern web applications.