Update README.md

This commit is contained in:
sc 2021-06-03 10:15:23 +08:00
parent 56c6570660
commit f35261cf0a
1 changed files with 23 additions and 7 deletions

View File

@ -1,12 +1,28 @@
# SCUI # SCUI
![logo](https://lolicode.gitee.io/scui-doc/logo.png)
## 介绍
SCUI 是一个中后台前端解决方案基于VUE3和elementPlus实现。
使用最新的前端技术栈,提供各类实用的组件方便在业务开发时的调用,并且持续性的提供丰富的业务模板帮助你快速搭建企业级中后台前端任务。
#### 介绍 SCUI的宗旨是 让一切复杂的东西傻瓜化。
Vue 3.0 + Vue-Router 4.0 + Element-Plus + Axios 后台管理系统。
#### 说明 ## 演示和文档
有时间再写吧~ [文档](https://lolicode.gitee.io/scui-doc/)
#### 安装教程 [演示](https://lolicode.gitee.io/scui-doc/demo/#/login)
1. npm i ## 安装教程
2. npm run serve ``` sh
# 克隆项目
git clone https://gitee.com/lolicode/scui.git
# 进入项目目录
cd scui
# 安装依赖
npm i
# 启动项目(开发模式)
npm run serve
```
启动完成后浏览器访问 http://localhost:2800