YanZhuProject/yanzhu-ui
haha 7f698ebff2 update code 2024-05-11 00:32:42 +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 init... 2024-02-03 16:14:40 +08:00
src update code 2024-05-11 00:32:42 +08:00
.editorconfig 代码初始化 2024-02-03 16:12:12 +08:00
.env.development 提交代码 2024-03-04 23:46:43 +08:00
.env.production 提交代码 2024-03-04 23:46:43 +08:00
.env.staging 完成公司管理和项目管理 2024-02-24 11:00:13 +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-02-24 11:00:13 +08:00
vue.config.js 提交代码 2024-02-25 11:06:37 +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