Overview:
jh-vue-admin is a minimalistic Vue.js based admin management system that supports dynamic toggling between top bar and fixed navigation bar. It includes features such as dynamic permission control, menu routing, and basic system settings. The current version is v4.0+ and it is built on the vue-cli framework. The project is compatible with modern browsers and Internet Explorer 10+.
Features:
- Dynamic Permission Control: Allows for dynamic generation of sidebars and routers based on user roles.
- Menu Routing: Provides a menu management system to dynamically handle navigation routes.
- Basic System Settings: Includes modules for user management, role management, menu management, and dictionary management.
Installation:
To install jh-vue-admin, follow these steps:
Clone the repository:
git clone https://github.com/iotjin/jh-vue-admin.gitSwitch to the appropriate branch (v4.0+):
git checkout v4.0+Install dependencies:
npm installBuild and serve the application locally:
npm run devOpen the browser and visit http://localhost:9528 to preview the application.
Summary:
jh-vue-admin is a Vue.js admin management system with a simple and minimalistic design. It provides essential features like permission control, menu routing, and basic system settings. The project can be easily installed by cloning the repository and following the installation guide. It is compatible with modern browsers and Internet Explorer 10+.