
A cli for quickly generating project template
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.
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.

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects
UnoCSS is an instant, on-demand atomic CSS engine that generates utility classes at build time. It's highly customizable, extremely fast, and compatible with Tailwind CSS utilities while offering additional features like attributify mode and pure CSS icons.
Ant Design is a React UI library that provides a set of pre-designed components and design resources for building high-quality, responsive web applications.
A template or theme refers to a pre-designed layout or structure that provides a basic framework for building a specific type of application or website. It typically includes good design, placeholder content and functional features, allowing developers to customize and fill in the details according to their specific needs.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.