二维码版仓储-后台系统-前端代码

asd26269546 af5ce1c10f 7-1 пре 2 година
bin af5ce1c10f 7-1 пре 2 година
bpmnjs af5ce1c10f 7-1 пре 2 година
build af5ce1c10f 7-1 пре 2 година
public af5ce1c10f 7-1 пре 2 година
src af5ce1c10f 7-1 пре 2 година
.editorconfig af5ce1c10f 7-1 пре 2 година
.env.development af5ce1c10f 7-1 пре 2 година
.env.production af5ce1c10f 7-1 пре 2 година
.env.staging af5ce1c10f 7-1 пре 2 година
.eslintignore af5ce1c10f 7-1 пре 2 година
.eslintrc.js af5ce1c10f 7-1 пре 2 година
.gitignore af5ce1c10f 7-1 пре 2 година
.prettierrc af5ce1c10f 7-1 пре 2 година
README.md af5ce1c10f 7-1 пре 2 година
babel.config.js af5ce1c10f 7-1 пре 2 година
package.json af5ce1c10f 7-1 пре 2 година
plugins.js af5ce1c10f 7-1 пре 2 година
version.json af5ce1c10f 7-1 пре 2 година
vue.config.js af5ce1c10f 7-1 пре 2 година

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