RuoYi-Cloud/ruoyi-ui
xjs 8b697a5d0e 1、菜单管理页面新增菜单类型显示
2、微信文章链接爬虫前端实现
3、爬虫aop获取url地址逻辑调整
4、爬虫爬取微信文章图片大小过滤
5、当天不爬取重复数据
2022-03-18 12:17:29 +08:00
..
bin update bin 2021-08-13 16:32:40 +08:00
build 若依 1.0 2020-05-24 20:40:55 +08:00
public 1、更换系统Logo 2022-01-19 09:07:47 +08:00
src 1、菜单管理页面新增菜单类型显示 2022-03-18 12:17:29 +08:00
.editorconfig 若依 1.0 2020-05-24 20:40:55 +08:00
.env.development 1、前端取消代理服务器 2022-03-07 00:21:45 +08:00
.env.production 1、前端环境微调 2022-03-09 11:01:18 +08:00
.env.staging 说明:1、修改代码内平台名称 2022-01-01 23:21:58 +08:00
.eslintignore 若依 1.0 2020-05-24 20:40:55 +08:00
.eslintrc.js 若依 1.0 2020-05-24 20:40:55 +08:00
.gitignore 若依 1.0 2020-05-24 20:40:55 +08:00
README.md 修改文件编码格式utf-8 2020-07-04 15:59:53 +08:00
babel.config.js 升级vue-cli版本到4.4.4 2020-08-01 19:09:08 +08:00
package.json 1、有道api获取数据解析bug修复 2022-03-04 23:51:53 +08:00
vue.config.js 1、前端取消代理服务器 2022-03-07 00:21:45 +08:00

README.md

开发

# 克隆项目
git clone https://gitee.com/y_project/RuoYi-Vue

# 进入项目目录
cd ruoyi-ui

# 安装依赖
npm install

# 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
npm install --registry=https://registry.npm.taobao.org

# 启动服务
npm run dev

浏览器访问 http://localhost:80

发布

# 构建测试环境
npm run build:stage

# 构建生产环境
npm run build:prod