test-ui文件

唐宏才 7a53456eb5 Merge branch 'master' of http://121.4.203.192:9000/mingxue/front há 3 anos atrás
build 661e3ea98d code init há 3 anos atrás
doc 3c7e7677c5 选科 - generation - code completed há 3 anos atrás
mock 3c7e7677c5 选科 - generation - code completed há 3 anos atrás
public 821de3d141 usign示例增加payload参数 há 3 anos atrás
src 7a53456eb5 Merge branch 'master' of http://121.4.203.192:9000/mingxue/front há 3 anos atrás
.editorconfig 661e3ea98d code init há 3 anos atrás
.env.development d6b8734f95 Changes marjor choice há 3 anos atrás
.env.production 661e3ea98d code init há 3 anos atrás
.env.staging 661e3ea98d code init há 3 anos atrás
.eslintignore 661e3ea98d code init há 3 anos atrás
.eslintrc.js 661e3ea98d code init há 3 anos atrás
.gitignore abf173bc9d 分班模拟 há 3 anos atrás
README.md d6b8734f95 Changes marjor choice há 3 anos atrás
babel.config.js 3721befa55 开发环境 + mockjs + requireContext - macros há 3 anos atrás
icon_shouqi.png 661e3ea98d code init há 3 anos atrás
npm-debug.log 661e3ea98d code init há 3 anos atrás
package.json b1fb1f0d5e + module for build:prod há 3 anos atrás
vue.config.js 7c8b43d2c9 + MockJS há 3 anos atrás

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

原型

线上预览地址