Admin Antd Vue screenshot

Admin Antd Vue

Author Avatar Theme by Lqsong
Updated: 14 Sep 2022
150 Stars

Vue3.x + Ant Design Admin template (vite/webpack)

Categories

Overview

admin-antd-vue is a frontend solution for building administration dashboards, built using Webpack, Vue 3.x, and antd. It provides a set of features and components for easily creating responsive and customizable admin interfaces.

Features

  • IndexLayout and UniversalLayout templates for different dashboard layouts
  • Home page template for displaying important information or statistics
  • Support for Vue 3.x with improved performance and syntax
  • Integration with antd component library for a wide range of UI elements
  • Online mock service for easily accessing and testing the demo (note: may not be stable)
  • Documentation and examples available on GitHub and Gitee repositories

Installation

To install admin-antd-vue, follow these steps:

  1. Install the dependencies using yarn:
yarn install
  1. Compile and hot-reload for development:
yarn serve
  1. Compile and minify for production:
yarn build
  1. Further customization options are available in the .env.development.local and .env.production.local files. It is recommended to copy the respective .env files and modify the necessary parameters in the copied files.

  2. To run unit tests:

yarn test:unit
  1. Lint and fix files:
yarn lint

Summary

admin-antd-vue is a powerful frontend solution for creating administration dashboards using Vue 3.x and antd. It provides a variety of features, including different layout templates, support for Vue 3.x, integration with antd component library, and convenient installation and configuration options. With its easy-to-use interface and customizable components, admin-antd-vue is a great choice for building responsive and modern admin interfaces.