Advertisement

vue+ElementUI后台管理系统(二)

阅读量:

一、项目地址

项目链接

Getting started

复制代码
    # clone the project
    git clone https://github.com/PanJiaChen/vue-element-admin.git
    
    # enter the project directory
    cd vue-element-admin
    
    # install dependency
    npm install
    
    # develop
    npm run dev
    
    
      
      
      
      
      
      
      
      
      
      
      
    

This will automatically open http://localhost:9527

二、项目目录介绍

功能特性

登录 / 注销

权限认证

复制代码
* 页面权限
* 指令权限
* 权限配置页面
* 两步登录验证

多环境构建

复制代码
* 开发环境 dev
* 测试环境

全部评论 (0)

还没有任何评论哟~