factory_web/README.md

29 lines
762 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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