From f35261cf0a3e4067cd296606d0711560ea3c27e4 Mon Sep 17 00:00:00 2001 From: sc Date: Thu, 3 Jun 2021 10:15:23 +0800 Subject: [PATCH] Update README.md --- README.md | 30 +++++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a8f96f1f..f53f82a2 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,28 @@ # SCUI +![logo](https://lolicode.gitee.io/scui-doc/logo.png) +## 介绍 +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