More Premium Hugo Themes Premium Vue Themes

Makeit Admin Manager

:kissing_heart:A unified template used to backend management built on Vue3.x + Vite + Ant Design Vue + Vite. :heart: Makeit Admin Pro,是基于 Vue3.x + Vite + Ant Design Vue 组件库开发的一套适合中后台管理项目的统一 UI 框架,包含页面布局 / 注册 / 登录 / 验证码等常用模块,npm 安装,开箱即用。持续开发更新中 ...

Makeit Admin Manager

:kissing_heart:A unified template used to backend management built on Vue3.x + Vite + Ant Design Vue + Vite. :heart: Makeit Admin Pro,是基于 Vue3.x + Vite + Ant Design Vue 组件库开发的一套适合中后台管理项目的统一 UI 框架,包含页面布局 / 注册 / 登录 / 验证码等常用模块,npm 安装,开箱即用。持续开发更新中 ...

Author Avatar Theme by lirongtong
Github Stars Github Stars: 349
Last Commit Last Commit: Dec 17, 2025 -
First Commit Created: Jun 19, 2023 -
Makeit Admin Manager screenshot

Overview

This article introduces a unified template for backend management systems. It is built using Vue3.x, Vite4.x, and Ant Design Vue. The template includes common modules such as page layouts, registration, login, forgot password, slider captcha, search suggestions, dynamic menu configuration, and permission management. The goal of this template is to simplify the process of building basic pages in backend management projects and allow developers to focus more on business development.

Features

  • Unified page layout
  • Registration, login, and forgot password modules
  • Slider captcha and search suggestions components
  • Dynamic menu configuration and permission management
  • Axios integration for HTTP requests
  • Ant Design Vue component library integration
  • Vue Router and Vuex for state management
  • Internationalization support with vue-i18n

Installation

To install the template, follow these steps:

  1. Install the required dependencies:

    npm install
    
  2. Add the required packages to your project:

    npm install vue3.x vite4.x ant-design-vue axios vue-router vuex vue-i18n
    
  3. Import the template into your project:

    import { createApp } from 'vue';
    import App from './App.vue';
    import Antd from 'ant-design-vue';
    import 'ant-design-vue/dist/antd.css';
    
    const app = createApp(App);
    app.use(Antd);
    app.mount('#app');
    
  4. Customize the template to fit your project requirements.

Summary

The article introduces a unified template for backend management systems built using Vue3.x, Vite4.x, and Ant Design Vue. It includes various features such as a unified page layout, registration and login modules, dynamic menu configuration, and permission management. The template aims to simplify the development process and allow developers to focus on business logic rather than basic page construction.