Files
my_sys/VScode/README.md
2026-02-04 23:24:49 +08:00

24 lines
870 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.
## renren-ui
- renren-ui是基于Vue3、TypeScript、Element Plus、Vue Router、Pinia、Axios、Vite等开发实现 【[renren-security](https://gitee.com/renrenio/renren-security)】 后台管理前端功能,提供一套更优的前端解决方案
- 前后端分离通过token进行数据交互可独立部署
- 动态菜单,通过菜单管理统一管理访问路由
- 后端地址https://gitee.com/renrenio/renren-security
- 演示地址http://demo.open.renren.io/renren-security (账号密码admin/admin)
<br>
## 安装
您需要提前在本地安装[Node.js](https://nodejs.org/en/),版本号为:[18、20],再使用[Git](https://git-scm.com/)克隆项目或者直接下载项目后,然后通过`终端命令行`执行以下命令。
```bash
# 切换到项目根目录
# 安装插件
npm install
# 启动项目
npm run dev
```