YanZhuProject/yanzhu-ui
lijun 19749c093a 临建项目-统计报表 2024-09-07 11:44:12 +08:00
..
bin 代码初始化 2024-02-03 16:12:12 +08:00
bpmnlint-plugin-local init... 2024-02-03 16:14:40 +08:00
build init... 2024-02-03 16:14:40 +08:00
public update code 2024-05-16 22:25:57 +08:00
src 临建项目-统计报表 2024-09-07 11:44:12 +08:00
.editorconfig 代码初始化 2024-02-03 16:12:12 +08:00
.env.development 提交代码 2024-08-29 22:52:03 +08:00
.env.production 提交代码 2024-08-29 22:52:03 +08:00
.env.staging 提交代码 2024-08-29 22:52:03 +08:00
.eslintignore 代码初始化 2024-02-03 16:12:12 +08:00
.eslintrc.js 代码初始化 2024-02-03 16:12:12 +08:00
.gitignore 代码初始化 2024-02-03 16:12:12 +08:00
.npmrc init 2024-02-23 23:01:32 +08:00
README.md 代码初始化 2024-02-03 16:12:12 +08:00
babel.config.js 代码初始化 2024-02-03 16:12:12 +08:00
package.json 提交代码 2024-08-29 22:52:03 +08:00
vue.config.js 临建项目-统计报表 2024-09-07 11:44:12 +08:00

README.md

开发

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

# 进入项目目录
cd yanzhu-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