Pure Admin - A free open source middle and background management system based on mainstream technology stacks such as Vue3 / Vite / Pinia, including front-end and back-end source code

Pure Admin - A free open source middle and background management system based on mainstream technology stacks such as Vue3 / Vite / Pinia, including front-end and back-end source code

It's been a while since I recommended the admin management system. Today I recommend an admin framework with high integrity, detailed tutorials, and easy to use.

About Pure Admin

Pure Admin is an open source, free and out-of-the-box mid-background management system template, with built-in multi-page templates and node.js-based back-end development source code, providing ready-made out-of-the-box solutions and rich code examples, use it We can quickly build an enterprise-level middle and back office .

Pure Admin official website

Technical Features of Pure Admin

  • Adopt the latest technology stack: while ensuring stability, develop based on the latest technology stacks such as Vue3, Vite, Element-Plus, TypeScript, Pinia, and Tailwindcss
  • Light and perfect hot reload packaging optimization solution: Regardless of the size of the application, always extremely fast module hot reload (HMR), built-in perfect packaging optimization solution
  • Built-in rich component tool functions, easy to use: using single-file component syntax, it provides a lot of rich out-of-the-box components and tool libraries
  • RBAC permission management Controllable granular permissions: Adopt the most commonly used RBAC role-based permission control (user->role->permission), you can configure various granular permissions
  • Highly configurable theme and three menu layouts: highly configurable theme and dark theme adaptation, and provide three menu layout modes: left, top, and comprehensive
  • Provide a simplified version and permanently synchronize the full version of the code: provide internationalized and non-internationalized two simplified versions, after enabling brotli compression and cdn to replace the local library mode, the package size is less than 500 KB

Pure Admin login page

Pure Admin Getting Started Development and Usage Suggestions

The Pure Admin official website provides very detailed documentation. Together with the toolkit used, it gives code-related usage methods, and even recorded video tutorials. It can be called a nanny-level documentation tutorial and is very easy to use.

Pure Admin Dashboard Panel

The source code of the full version of Pure Admin contains most of the scenarios we encountered when developing the background management system, and a large number of ready-made page templates can be used directly. The lite version is an admin system minimized to only menus and permission control , suitable for highly customized development scenarios.

Pure Admin data table

Pull the project code from the code warehouse, such as pulling the Pure Admin lite version:

Then pull the node.js backend code:

Pure Admin Form Builder

Installation dependencies:

local startup project

In this way, the project can be started locally, and then the development can be started through a simple configuration file. Those who are familiar with Element Plus can directly develop the management page, and interact with the back-end data by referring to the documentation of the http module on the official website, which can be completed through mock and axios .

Pure Admin card list

It is worth mentioning that although Pure Admin is desktop-first, it is also very well adapted to the mobile terminal.

Pure Admin mobile adaptation

Free Open Source and Commercial Instructions

Pure Admin is a free and open source project. The source code is based on the MIT open source protocol . Anyone can download and use it for free, and it can also be used for commercial purposes. The official statement does not charge any fees and copyrights in principle. You can use it with confidence, but if you need to use Pure Admin Admin secondary development and open source again, you need to contact the author to obtain permission.

Original link: https://www.thosefree.com/pure-admin

Guess you like

Origin blog.csdn.net/weixin_45583710/article/details/129237944