-
npm install错误请以管理员命令运行npm install
- 前后端分离
- 采用Token无状态认证机制
- Token自动刷新
- Webpack打包工具
- Vue 2.0核心框架
- Vue-Router + Axios
- ES6 + Eslint语法检查
- Element-UI
- 运行命令
# Install dependencies
npm install
# Serve with hot reload at localhost:9528
npm run dev
# Build for production with minification
npm run build
# Build for production and view the bundle analyzer report
npm run build --report