test-ui文件

唐宏才 208a847796 Merge branch 'master' of http://121.4.203.192:9000/mingxue/front 3 vuotta sitten
build 661e3ea98d code init 3 vuotta sitten
doc 958f099dd8 草稿 + 控制强制调剂字段 3 vuotta sitten
mock ecf8a5578d rename mock api name - generation 3 vuotta sitten
public 821de3d141 usign示例增加payload参数 3 vuotta sitten
src 208a847796 Merge branch 'master' of http://121.4.203.192:9000/mingxue/front 3 vuotta sitten
.editorconfig 661e3ea98d code init 3 vuotta sitten
.env.development d9bb404f55 乎略环境文件更改 3 vuotta sitten
.env.production 661e3ea98d code init 3 vuotta sitten
.env.staging 661e3ea98d code init 3 vuotta sitten
.eslintignore 661e3ea98d code init 3 vuotta sitten
.eslintrc.js 661e3ea98d code init 3 vuotta sitten
.gitignore abf173bc9d 分班模拟 3 vuotta sitten
README.md d6b8734f95 Changes marjor choice 3 vuotta sitten
babel.config.js 3721befa55 开发环境 + mockjs + requireContext - macros 3 vuotta sitten
icon_shouqi.png 661e3ea98d code init 3 vuotta sitten
npm-debug.log 661e3ea98d code init 3 vuotta sitten
package.json 722521db21 选科报名,电子签名 3 vuotta sitten
vue.config.js c72422be13 增加测试代理不能处理post请求的配置。 3 vuotta sitten

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

原型

线上预览地址