Aucune description

xiao-xx e15f7b0666 修改流程发文提交页面 il y a 4 ans
bin c24bde8b28 Edit Other Menu Http get add ?Token= il y a 4 ans
build c24bde8b28 Edit Other Menu Http get add ?Token= il y a 4 ans
public 3bab8ad9fb 20200725 il y a 4 ans
src e15f7b0666 修改流程发文提交页面 il y a 4 ans
static 94c633a027 集成weboffice, 修改,保存文件 il y a 4 ans
.editorconfig c24bde8b28 Edit Other Menu Http get add ?Token= il y a 4 ans
.env.development c24bde8b28 Edit Other Menu Http get add ?Token= il y a 4 ans
.env.production c24bde8b28 Edit Other Menu Http get add ?Token= il y a 4 ans
.env.staging c24bde8b28 Edit Other Menu Http get add ?Token= il y a 4 ans
.eslintignore c24bde8b28 Edit Other Menu Http get add ?Token= il y a 4 ans
.eslintrc.js c24bde8b28 Edit Other Menu Http get add ?Token= il y a 4 ans
.gitignore f5c9f58a04 20200725 il y a 4 ans
README.md aa8bfcfee0 更新 'README.md' il y a 4 ans
babel.config.js c24bde8b28 Edit Other Menu Http get add ?Token= il y a 4 ans
package.json cb8d78eb53 日程安排 il y a 4 ans
vue.config.js fcba579bf9 修改部分bug il y a 4 ans

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