Be CLI

screenshot of Be CLI
react
vite
unocss
ant-design

A cli for quickly generating project template

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.

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.

react
React

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
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

unocss
UnoCSS

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
Ant Design

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.

template
Templates & Themes

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
Eslint

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.

rollup
Rollup

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
Typescript

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.