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:
- Install the dependencies using yarn:
yarn install
- Compile and hot-reload for development:
yarn serve
- Compile and minify for production:
yarn build
Further customization options are available in the
.env.development.localand.env.production.localfiles. It is recommended to copy the respective.envfiles and modify the necessary parameters in the copied files.To run unit tests:
yarn test:unit
- 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.