hurixing 6544d6e36d 单据管理 пре 10 месеци
..
bin f926838dba init пре 10 месеци
build f926838dba init пре 10 месеци
public f926838dba init пре 10 месеци
src 6544d6e36d 单据管理 пре 10 месеци
.editorconfig f926838dba init пре 10 месеци
.env.development f926838dba init пре 10 месеци
.env.production f926838dba init пре 10 месеци
.env.staging f926838dba init пре 10 месеци
.eslintignore f926838dba init пре 10 месеци
.eslintrc.js f926838dba init пре 10 месеци
.gitignore f926838dba init пре 10 месеци
README.md f926838dba init пре 10 месеци
babel.config.js f926838dba init пре 10 месеци
package.json f926838dba init пре 10 месеци
vue.config.js 209b3007c8 单据管理 пре 10 месеци

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