Be CLI screenshot

Be CLI

Author Avatar Theme by Be ui
Updated: 19 Apr 2023
13 Stars

A cli for quickly generating project template

Categories

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:

  1. Install Be-CLI:
npm install -g be-cli
  1. Input your project name:
be-cli create project-name
  1. Select the template type.
  2. Choose a UI component.
  3. Select a CSS atom library.
  4. 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.