科德研发工时管理系统

anderx b93ea4bad3 项目日志上链开发 hace 4 meses
bin c2a213f052 初始化 hace 1 año
build c2a213f052 初始化 hace 1 año
public ac6b637339 自定义 hace 1 año
src c442f70780 考勤数据核对 hace 8 meses
.editorconfig c2a213f052 初始化 hace 1 año
.env.development ac6b637339 自定义 hace 1 año
.env.production ac6b637339 自定义 hace 1 año
.env.staging ac6b637339 自定义 hace 1 año
.eslintignore c2a213f052 初始化 hace 1 año
.eslintrc.js c2a213f052 初始化 hace 1 año
.gitignore c2a213f052 初始化 hace 1 año
README.md c2a213f052 初始化 hace 1 año
babel.config.js c2a213f052 初始化 hace 1 año
npm run dev.bat ba19d5f409 npm run dev hace 7 meses
package.json ac6b637339 自定义 hace 1 año
vue.config.js b93ea4bad3 项目日志上链开发 hace 4 meses

README.md

开发

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

# 安装依赖
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