V2版本PC后台

dedsudiyu e9ba2af6a9 Merge branch '3.3.1-dspf' of http://192.168.1.43:3000/git/sass-lab-web into 3.3.1-dspf hace 1 año
bin f8abcfc8a0 zc hace 2 años
build f8abcfc8a0 zc hace 2 años
public f8abcfc8a0 zc hace 2 años
src e9ba2af6a9 Merge branch '3.3.1-dspf' of http://192.168.1.43:3000/git/sass-lab-web into 3.3.1-dspf hace 1 año
.editorconfig f8abcfc8a0 zc hace 2 años
.env.production 50652e3add zc hace 2 años
.env.staging 2c15b15fc4 heyang hace 2 años
.eslintignore f8abcfc8a0 zc hace 2 años
.eslintrc.js f8abcfc8a0 zc hace 2 años
.gitignore db2e33a5d8 heyang hace 2 años
README.md f8abcfc8a0 zc hace 2 años
babel.config.js f8abcfc8a0 zc hace 2 años
package.json c10e48d75f zc hace 2 años
vue.config.js f786b0e9a0 zc 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