修改md配置
This commit is contained in:
parent
33942cbe95
commit
084d29a1f2
@ -2,7 +2,7 @@
|
||||
NODE_ENV = production
|
||||
|
||||
# 标题
|
||||
VUE_APP_TITLE = SCUI
|
||||
VUE_APP_TITLE = 象纬云科
|
||||
|
||||
# 接口地址
|
||||
VUE_APP_API_BASEURL = https://www.fastmock.site/mock/5039c4361c39a7e3252c5b55971f1bd3/api
|
||||
VUE_APP_API_BASEURL = https://www.fastmock.site/mock/5039c4361c39a7e3252c5b55971f1bd3/api
|
||||
|
||||
51
README.md
51
README.md
@ -1,38 +1,28 @@
|
||||
|
||||
<div align="center">
|
||||
|
||||

|
||||
|
||||
<p align="center">
|
||||
<a href="https://v3.vuejs.org/" target="_blank">
|
||||
<img src="https://img.shields.io/badge/VueCLI-5-green" alt="VueCLI">
|
||||
</a>
|
||||
<a href="https://v3.vuejs.org/" target="_blank">
|
||||
<img src="https://img.shields.io/badge/Vue.js-3.x-green" alt="Vue">
|
||||
</a>
|
||||
<a href="https://element-plus.gitee.io/#/zh-CN/component/changelog" target="_blank">
|
||||
<img src="https://img.shields.io/badge/element--plus-latest-blue" alt="element plus">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<h1>SCUI Admin</h1>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://v3.vuejs.org/" target="_blank">
|
||||
<img src="https://img.shields.io/badge/VueCLI-5-green" alt="VueCLI">
|
||||
</a>
|
||||
<a href="https://v3.vuejs.org/" target="_blank">
|
||||
<img src="https://img.shields.io/badge/Vue.js-3.x-green" alt="Vue">
|
||||
</a>
|
||||
<a href="https://element-plus.gitee.io/#/zh-CN/component/changelog" target="_blank">
|
||||
<img src="https://img.shields.io/badge/element--plus-latest-blue" alt="element plus">
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
## 介绍
|
||||
SCUI 是一个中后台前端解决方案,基于VUE3和elementPlus实现。
|
||||
本项目是基于VUE3和elementPlus实现。
|
||||
使用最新的前端技术栈,提供各类实用的组件方便在业务开发时的调用,并且持续性的提供丰富的业务模板帮助你快速搭建企业级中后台前端任务。
|
||||
让一切复杂的东西傻瓜化。
|
||||
|
||||
SCUI的宗旨是 让一切复杂的东西傻瓜化。
|
||||
|
||||

|
||||
|
||||
## 演示和文档
|
||||
|
||||
| 类型 | 链接 |
|
||||
| -------- | -------- |
|
||||
| 文档地址 | https://lolicode.gitee.io/scui-doc/ |
|
||||
| 演示地址 | https://lolicode.gitee.io/scui-doc/demo/#/login |
|
||||
|
||||
|
||||
|
||||
@ -47,17 +37,13 @@ SCUI的宗旨是 让一切复杂的东西傻瓜化。
|
||||
- **其他** 多功能视图标签、动态权限菜单、控制台组态化、统一异常处理等等
|
||||
|
||||
|
||||
## 部分截图
|
||||
|
||||

|
||||
|
||||
## 安装教程
|
||||
``` sh
|
||||
# 克隆项目
|
||||
git clone https://gitee.com/lolicode/scui.git
|
||||
git clone ssh://git@git.tool.dwoodauto.com:2221/long/xw_cloud_front.git
|
||||
|
||||
# 进入项目目录
|
||||
cd scui
|
||||
cd
|
||||
|
||||
# 安装依赖
|
||||
npm i
|
||||
@ -66,10 +52,3 @@ npm i
|
||||
npm run serve
|
||||
```
|
||||
启动完成后浏览器访问 http://localhost:2800
|
||||
|
||||
## 鸣谢
|
||||
|
||||
<img src="https://www.fastmock.site/resource/images/logo.png" style="height:40px"/>
|
||||
|
||||
## 支持
|
||||
如果觉得本项目还不错或在工作中有所启发,请在Gitee(码云)帮开发者点亮星星,这是对开发者最大的支持和鼓励!
|
||||
|
||||
Loading…
Reference in New Issue
Block a user