The current version is V3.0.0Click to go to v1.0.0
Update log
- [x] Update VUE – CLI to version 3.0 here is an article
- [x] Add AD management
- [x] Optimized routing control
- [x] Optimize some configuration files
- [x] Change the storage of login user information to cookie
One-click operation packageClick on the download
- Build the environment with Windows above suggested using PHPStudy, other environment baidu
- Put the two files in the root directory of the site
- MySQL > create database vue-admin, import vue-admin. SQL to MySQL > create database vue-admin. SQL
- Open your browser and type http://localhost/vue-admin-ht…
Pits that V3.0.0 stepped on
- After this update, when Vuex is in strict mode, there is a shallow copy problem, which is the problem of variable reference. Here is an article
- Resolve => require([‘xx.vue’], resolve) or () => import(‘xx.vue’). Circular reference errors are possible both ways!
throw new Error('Cyclic dependency' + nodeRep)
vue-admin-html
Based on vue.js 2.x series + Element UI + RBAC/AUTH permission responsive background management system
preface
Front-end address: github.com/lmxdawn/vu….
Project back-end address: github.com/lmxdawn/vu….
Welcome to star
PC version
The mobile version
function
- [x] Administrator login
- [x] to log in
- [x] Change the password
- [x] Role management
- [x] Permission management
- [x] 401/404 error page
- [x] Dynamic breadcrumbs
- [x] Dynamic sidebar
- [X] Advertising management
Installation steps
Git clone/https://github.com/lmxdawn/vue-admin-html.git/download templates to local CD vue - admin - HTML / / into the template directory NPM install / / installation project dependencies, Wait until the installation is completeCopy the code
Local development
// Start the server and visit http://localhost:8080 NPM run serveCopy the code
Build production
// Execute the build command and place the dist folder on the server to access NPM run buildCopy the code
Online Demo
(Use the latest Version of Chrome.) Online Demo
License
MIT
Copyright (c) 2018 lmxdawn