element-admin
element-admin copied to clipboard
基于vue+elementUI构建的admin基础脚手架
Getting started
# clone the project
git clone https://github.com/umi-soft/element-admin.git
# install dependency
npm install
# develop
npm run dev
Build
# build for test environment
npm run build:sit
# build for production environment
npm run build:prod
Online
Browsers support
Modern browsers and Internet Explorer 10+.
IE / Edge |
Firefox |
Chrome |
Safari |
|---|---|---|---|
| IE10, IE11, Edge | last 2 versions | last 2 versions | last 2 versions |
2.x计划
- 提供更多的页面布局模板,目前仅一种模板
- 提供后端spring-boot开源工程
- 微调数据库字段设计,比如废弃state字段,flag字段调整为deleted,增加后端API安全资源表等等
- 升级vue-cli至3.x
License
Copyright (c) 2018-present 一路向北



