Update README.md
This commit is contained in:
parent
56c6570660
commit
f35261cf0a
30
README.md
30
README.md
|
@ -1,12 +1,28 @@
|
|||
# SCUI
|
||||

|
||||
## 介绍
|
||||
SCUI 是一个中后台前端解决方案,基于VUE3和elementPlus实现。
|
||||
使用最新的前端技术栈,提供各类实用的组件方便在业务开发时的调用,并且持续性的提供丰富的业务模板帮助你快速搭建企业级中后台前端任务。
|
||||
|
||||
#### 介绍
|
||||
Vue 3.0 + Vue-Router 4.0 + Element-Plus + Axios 后台管理系统。
|
||||
SCUI的宗旨是 让一切复杂的东西傻瓜化。
|
||||
|
||||
#### 说明
|
||||
有时间再写吧~
|
||||
## 演示和文档
|
||||
[文档](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
|
||||
|
|
Loading…
Reference in New Issue