Arco Admin Template screenshot

Arco Admin Template

Author Avatar Theme by Hu snail
Updated: 6 May 2022
66 Stars

基于 vite构建的react后台模版 使用: acro-design + react-router-dom v6 + mockjs + less,支持国际化,亮色暗色切换等

Categories

Overview:

Arco-admin-template is a free and open-source admin template for the backend of a website. It is built using React 17, Vite 2, React-router-dom v6, and less, making it a ready-to-use frontend solution for creating a backend system. The project aims to provide a learning platform for React Hook API, understanding the Vite 2 plugin mechanism and build configuration, and exploring the new features of React-router-dom v6. It also offers customization options for themes, internationalization support, a mock data solution, and a dark mode feature. The documentation for the Arco Design UI library is still being developed.

Features:

  • React 17, React-router-dom v6, and Vite 2 as the main technologies
  • Customizable theme
  • Internationalization support
  • Mock data solution
  • Dark mode feature

Installation:

To install the Arco-admin-template, make sure you have the following requirements installed:

  • Node: version recommended >= 12.0.0
  • Git: version control tool
  • Visual Studio Code: the latest version
  • Eslint: script code checker
  • Prettier: code formatter
  • Stylelin: CSS formatter

To use the template, follow these steps:

  1. Clone the repository from the download link using Git.
  2. Install the dependencies using the command: npm install.
  3. Run the build command to create a production-ready bundle: npm run build.
  4. Preview the local version using the command: npm run serve.

Summary:

Arco-admin-template is an open-source admin template built with modern technologies like React 17, React-router-dom v6, and Vite 2. It provides a ready-to-use solution for creating a backend system with features like customizable themes, internationalization support, a mock data solution, and a dark mode feature. The installation process involves cloning the repository, installing the dependencies, and running necessary commands to build and preview the template.