跳板机管理web端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
牛批的一批 f505c36b36 重定向优化 4 years ago
build update version:vue webpack element-ui 8 years ago
config first commit 4 years ago
src 重定向优化 4 years ago
static add project 8 years ago
.babelrc add project 8 years ago
.gitignore 删除dist目录 8 years ago
LICENSE add license 8 years ago
README.md Update README.md 7 years ago
index.html first custom made 5 years ago
package.json first commit 4 years ago
yarn.lock first commit 4 years ago

README.md

demo: https://taylorchen709.github.io/vue-admin/

To start

This is a project template for vue-cli

# install dependencies
npm install

# serve with hot reload at localhost:8081
npm run dev

# build for production with minification
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

Browser support

Modern browsers and IE 10+.

License

MIT