20 lines
543 B
Markdown
20 lines
543 B
Markdown
## 平台简介
|
|
|
|
- 本仓库为前端技术栈 [Vue3](https://v3.cn.vuejs.org) + [TS](https://www.typescriptlang.org/) + [Element Plus](https://element-plus.org/zh-CN) + [Vite](https://cn.vitejs.dev) 版本。
|
|
- 成员项目: 基于 vben5(ant-design-vue) 的前端项目 [ruoyi-plus-vben5](https://github.com/imdap/ruoyi-plus-vben5)
|
|
|
|
## 前端运行
|
|
|
|
```bash
|
|
# 安装依赖
|
|
npm install --registry=https://registry.npmmirror.com
|
|
|
|
# 启动服务
|
|
npm run dev
|
|
|
|
# 构建生产环境
|
|
npm run build:prod
|
|
|
|
# 前端访问地址 http://localhost:80
|
|
```
|