银行运维管理系统--MJT (https://github.com/kookokukyo/MJT)
# install dependencies 安装依赖
npm install
# serve with hot reload at localhost:8081 启动开发环境
npm run dev
# build for production with minification 启动生产环境
npm run build
- build - webpack config files
- config - webpack config files
- dist - build
- src - app
- api
- assets
- common
- components - vue 组件
- mock - 前后端完全分离数据请求模拟工具
- styles
- views - 页面
- vuex
- App.vue
- main.js - main file
- routes.js
- static - static assets
所有现代浏览器及IE10+.