Sin descripción

许乾星 4ecd181ffb Merge branch 'xqx' of yinet2020/YinetOASystemWeb into master hace 4 años
bin c24bde8b28 Edit Other Menu Http get add ?Token= hace 4 años
build c24bde8b28 Edit Other Menu Http get add ?Token= hace 4 años
public 3bab8ad9fb 20200725 hace 4 años
src 3e59aee91a 修改时间选择,增加iweboffice 打开延迟时间 hace 4 años
static f64c8a3c6e 修改流程发文提交页面 hace 4 años
.editorconfig c24bde8b28 Edit Other Menu Http get add ?Token= hace 4 años
.env.development c24bde8b28 Edit Other Menu Http get add ?Token= hace 4 años
.env.production c24bde8b28 Edit Other Menu Http get add ?Token= hace 4 años
.env.staging c24bde8b28 Edit Other Menu Http get add ?Token= hace 4 años
.eslintignore c24bde8b28 Edit Other Menu Http get add ?Token= hace 4 años
.eslintrc.js c24bde8b28 Edit Other Menu Http get add ?Token= hace 4 años
.gitignore f5c9f58a04 20200725 hace 4 años
README.md aa8bfcfee0 更新 'README.md' hace 4 años
babel.config.js c24bde8b28 Edit Other Menu Http get add ?Token= hace 4 años
package.json a4dfe64c3a 登陆 hace 4 años
vue.config.js 19878283d9 表格宽度 超出隐藏 hace 4 años

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