Vue Admin Box screenshot

Vue Admin Box

Author Avatar Theme by Cmdparkour
Updated: 7 May 2025
1811 Stars

vue3,vite,element-plus中后台管理系统,集成四套基础模板,大量可利用组件,模板页面

Categories

Overview

The vue-admin-box is a free and open-source background management system template developed using the latest technologies such as vue-next, vite, and element-plus. It aims to provide a solution for the complex configuration of background systems in general businesses. The template offers various features including routing configuration, state management mechanism, Axios and API management, CRUD table functionalities, and internationalization support.

Features

  • Routing configuration: Easily configure routes for different pages.
  • State management mechanism: Supports local storage by default for storing application state.
  • Axios and API management: Provides encapsulated and perfect Axios and API management mechanisms suitable for middle and background development.
  • Theme configuration function: Conveniently expand and customize the theme configuration.
  • CRUD table functionalities: Supports three typical business tables for adding, deleting, and modifying queries.
  • Cache page refresh: Supports refreshing pages without route jump, which is not commonly supported by most frameworks.
  • Internationalization support: Provides convenient and extensible internationalization solution, with options for non-internationalized and internationalized basic templates (TS and JS versions).
  • Custom instructions: Includes handwritten versions of various custom instructions for easy reference.

Installation

To install the vue-admin-box template, follow the steps below:

  1. Clone the repository from GitHub or Gitee:
git clone [repository_url]
  1. Change into the project directory:
cd vue-admin-box
  1. Install the dependencies using yarn or cnpm:
yarn install

or

cnpm install
  1. Start the development server:
yarn dev

or

cnpm run dev

Summary

The vue-admin-box is a powerful and customizable background management system template developed using the latest technologies. It offers a range of features including routing configuration, state management, API management, CRUD table functionalities, cache page refresh, and internationalization support. With its easy installation process and extensible theme configuration, it is a suitable choice for building complex background systems in various businesses.