mnisting ef72a1eba6 feat: 优化:素材管理列表新增创建时间字段并支持排序;互动视频管理列表新增创建时间和备注字段并支持排序;两个模块的删除提示中的id改成名称 | 2 months ago | |
---|---|---|
bin | 3 months ago | |
html | 3 months ago | |
public | 3 months ago | |
src | 2 months ago | |
vite | 3 months ago | |
.env.development | 3 months ago | |
.env.production | 3 months ago | |
.env.staging | 3 months ago | |
.gitignore | 3 months ago | |
LICENSE | 3 months ago | |
README.md | 3 months ago | |
index.html | 3 months ago | |
package.json | 3 months ago | |
postcss.config.js | 3 months ago | |
tailwind.config.js | 3 months ago | |
vite.config.js | 2 months ago |
# 克隆项目
git clone https://github.com/yangzongzhuan/RuoYi-Vue3.git
# 进入项目目录
cd RuoYi-Vue3
# 安装依赖
yarn --registry=https://registry.npmmirror.com
# 启动服务
yarn dev
# 构建测试环境 yarn build:stage
# 构建生产环境 yarn build:prod
# 前端访问地址 http://localhost:80
演示地址:http://vue.ruoyi.vip
文档地址:http://doc.ruoyi.vip