Nx Admin screenshot

Nx Admin

Author Avatar Theme by Mgbq
Updated: 11 May 2020
2613 Stars

A magical vue admin,记得star

Categories

Overview:

The nx-admin is an open-source management system frontend integration solution. It is based on Vue and Element-UI and uses the latest frontend technology stack. It provides features such as i18n internationalization, dynamic routing, permission verification, and a variety of functional components. Nx-admin helps to quickly build enterprise-level backend products and saves time and costs for individuals and businesses.

Features:

  • Vue and Element-UI: Based on Vue and Element-UI frameworks.
  • i18n Internationalization: Built-in i18n solution for internationalization support.
  • Dynamic Routing: Supports dynamic routing for efficient navigation.
  • Permission Verification: Offers a built-in permission verification system.
  • Functional Components: Provides a wide range of functional components for rapid development.
  • Mock.js Integration: Uses Mock.js to simulate request data.
  • Customizable Themes: Allows customization of themes using CSS variables.

Installation:

To install and use the nx-admin theme, follow these steps:

  1. Install Node.js and Git on your local machine.
  2. Clone the project using git:
git clone https://github.com/mgbq/nx-admin.git
  1. Install the project dependencies using npm:
npm install
  1. Start the development server:
npm run serve
  1. Access the development server in your browser at http://localhost:9528.

Summary:

The nx-admin is an open-source management system frontend integration solution based on Vue and Element-UI. It provides a variety of features including i18n internationalization, dynamic routing, permission verification, and functional components. The theme can be easily installed by cloning the project, installing dependencies, and starting the development server.