安品 前端

Qukatie 407f74a966 修改报表 hace 4 meses
bin 3d4193b81f 创建项目 hace 4 años
build 3d4193b81f 创建项目 hace 4 años
public 55828fd3d8 物资更改 hace 4 años
src 407f74a966 修改报表 hace 4 meses
.editorconfig 298aab9659 创建项目 hace 4 años
.env.development 298aab9659 创建项目 hace 4 años
.env.production 298aab9659 创建项目 hace 4 años
.env.staging 298aab9659 创建项目 hace 4 años
.eslintignore 298aab9659 创建项目 hace 4 años
.eslintrc.js 298aab9659 创建项目 hace 4 años
.gitignore 5731758b1f 创建项目 hace 4 años
README.md 516d6e3d64 first commit hace 4 años
babel.config.js 298aab9659 创建项目 hace 4 años
package.json b18652ca03 利润、财务分析 hace 2 años
vue.config.js beb4973a4a 20230705 hace 2 años

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