Arco Admin Template

screenshot of Arco Admin Template
react
vite
less

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

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

less
LESS

Less CSS is a dynamic stylesheet language that extends the capabilities of CSS, allowing developers to write cleaner, more modular, and reusable stylesheets with features like variables, mixins, and nested rules.

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.

Redux

Redux is a state management library for JavaScript apps that provides a predictable and centralized way to manage application state. It enables developers to write actions and reducers that update the state in response to user interactions, server responses, and other events, and can be used with a variety of front-end frameworks and back-end technologies.

Stylelint

Stylelint is a modern linter for CSS that helps you avoid errors and enforce consistent styling conventions. It provides rules for detecting errors and warnings, and can be configured to match your specific project's requirements.