总后台

aleyds 393cf7a716 Merge branch 'master' of http://dzgogs.hw.hongweisoft.com/tourism_project/tourism_admin_ui 11 months ago
bin 4a5ac6cab1 first commit 1 year ago
build 4a5ac6cab1 first commit 1 year ago
deploy 538446f081 自动打包 11 months ago
public 4a5ac6cab1 first commit 1 year ago
src 393cf7a716 Merge branch 'master' of http://dzgogs.hw.hongweisoft.com/tourism_project/tourism_admin_ui 11 months ago
.editorconfig 4a5ac6cab1 first commit 1 year ago
.env.development cbb8ec7957 文件上传配置 1 year ago
.env.production 3b09c050e3 auto 1 year ago
.env.staging 3b09c050e3 auto 1 year ago
.eslintignore 4a5ac6cab1 first commit 1 year ago
.eslintrc.js 4a5ac6cab1 first commit 1 year ago
.gitignore 5156ded24f 区分打包目录 1 year ago
README.md 4a5ac6cab1 first commit 1 year ago
babel.config.js 4a5ac6cab1 first commit 1 year ago
package.json 538446f081 自动打包 11 months ago
vue.config.js 5156ded24f 区分打包目录 1 year ago

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