Candy f9aea6042b 更改前端页面Order ID %!s(int64=6) %!d(string=hai) anos
..
build 1635085f56 可视化前端文件 %!s(int64=6) %!d(string=hai) anos
config 59ea4b85f0 rollback状态不更新问题 %!s(int64=6) %!d(string=hai) anos
src f9aea6042b 更改前端页面Order ID %!s(int64=6) %!d(string=hai) anos
static 1635085f56 可视化前端文件 %!s(int64=6) %!d(string=hai) anos
.babelrc 1635085f56 可视化前端文件 %!s(int64=6) %!d(string=hai) anos
.gitignore 1635085f56 可视化前端文件 %!s(int64=6) %!d(string=hai) anos
LICENSE 1635085f56 可视化前端文件 %!s(int64=6) %!d(string=hai) anos
README.md 2c8c045cdb 更新到最新版本 %!s(int64=6) %!d(string=hai) anos
index.html 4fc07ddacb 通配符以及step问题更改 %!s(int64=6) %!d(string=hai) anos
package-lock.json f9aea6042b 更改前端页面Order ID %!s(int64=6) %!d(string=hai) anos
package.json 4fc07ddacb 通配符以及step问题更改 %!s(int64=6) %!d(string=hai) anos

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 bash import 'element-ui/lib/theme-default/index.css' to import './assets/theme/your-theme/index.css' 4. Edit src/styles/vars.scss theme-blue theme-green # Browser support Modern browsers and IE 10+. # License MIT