Skip to content

A light weight vue admin framework for quick start.

License

Notifications You must be signed in to change notification settings

georgezouq/vue-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue Admin

This is a vue admin start kit with ElementUI base on taylorchen709's template. We change the style and do some optimize.

Getting start

npm install
npm run dev

and then, open http://localhost:8081 at your browser

Build as production

npm run build

Folder structure

  • build - webpack config files
  • config - webpack config files
  • dist - build
  • src -your app
    • api
    • assets
    • common
    • components - your vue components
    • mock
    • styles
    • views - your pages
    • vuex
    • App.vue
    • main.js - main file
    • routes.js
  • static - static assets

Theme

You can change theme by

  1. Generate theme packages by https://elementui.github.io/theme-preview/#/
  2. Put theme packages in src/assets/theme/
  3. Edit src/main.js
   import 'element-ui/lib/theme-default/index.css'
   to
   import './assets/theme/your-theme/index.css'
  1. Edit src/styles/vars.scss

theme-blue theme-green

API

flask-start-kit is build for this project backend services with python.

Browser support

Modern browsers and IE 10+.

License

MIT

About

A light weight vue admin framework for quick start.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published