综合办公系统
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lamphua 1612a5fc7f 上传员工绩效表 5 hours ago
..
bin oa工作流初始化 1 year ago
bpmnlint-plugin-local oa工作流初始化 1 year ago
build oa工作流初始化 1 year ago
public 修改一些前端小问题 11 months ago
src 上传员工绩效表 5 hours ago
.editorconfig oa工作流初始化 1 year ago
.env.development 教育学习模块,新增专业类别; 修改系统名字为CMC智联云枢办公系统 2 months ago
.env.production 教育学习模块,新增专业类别; 修改系统名字为CMC智联云枢办公系统 2 months ago
.env.staging 教育学习模块,新增专业类别; 修改系统名字为CMC智联云枢办公系统 2 months ago
.eslintignore oa工作流初始化 1 year ago
.eslintrc.js oa工作流初始化 1 year ago
.gitignore oa工作流初始化 1 year ago
README.md oa工作流初始化 1 year ago
babel.config.js oa工作流初始化 1 year ago
package.json 修改视频播放、文档阅读的学习记录 2 months ago
vue.config.js 教育学习模块,新增专业类别; 修改系统名字为CMC智联云枢办公系统 2 months ago

README.md

开发

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

# 进入项目目录
cd ruoyi-ui

# 安装依赖
npm install

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

# 启动服务
npm run dev

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

发布

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

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