Name Last Update
public Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
.postcssrc.js Loading commit data...
README.md Loading commit data...
babel.config.js Loading commit data...
package.json Loading commit data...
vue.config.js Loading commit data...

README.md

-开发环境

  • node.js v8.0+
  • git

-技术栈

  • ES6+
  • vue v2.5+
  • vue-router
  • vuex
  • axios
  • scss
  • element-ui v2.4+

  • 实现功能

  • 登录、退出

  • 基于token

    • 状态拦截、404页面
    • 动态加载路由
    • 页面、按钮指令权限管理
    • 无限级菜单
  • 封装vue-i18n@8.x国际化组件

  • 系统全屏化

安装依赖 (如果安装失败就多安装几次,实在不行就换淘宝镜像)

yarn or yarn install or npm install

启动项目 (已经配置好启动服务自动打开浏览器,如果没自动打开按照控制台输出的地址自己打开)

如果eslint语法检查报错,直接关掉eslint语法检查

yarn serve or npm run serve

启动编译打包 生产环境

yarn build or npm run build