Wang Zi Wen ba8ed7fdbd 个人中心上传照片、签名 hace 1 año
..
bin 82b043769e first commit hace 2 años
build 82b043769e first commit hace 2 años
public 82b043769e first commit hace 2 años
src ba8ed7fdbd 个人中心上传照片、签名 hace 1 año
.editorconfig 82b043769e first commit hace 2 años
.env.development 82b043769e first commit hace 2 años
.env.production 78f3083b85 8.16汇报后修改内容 hace 1 año
.env.staging 82b043769e first commit hace 2 años
.eslintignore 82b043769e first commit hace 2 años
.eslintrc.js 82b043769e first commit hace 2 años
.gitignore 82b043769e first commit hace 2 años
README.md 82b043769e first commit hace 2 años
babel.config.js 82b043769e first commit hace 2 años
package.json 82b043769e first commit hace 2 años
vue.config.js 363210f5c8 -支部成员管理导入导出 hace 1 año

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