Aucune description

wxd 04022fd754 wxd il y a 3 mois
bin c24bde8b28 Edit Other Menu Http get add ?Token= il y a 4 ans
build c24bde8b28 Edit Other Menu Http get add ?Token= il y a 4 ans
dist d22de44f64 wxd il y a 3 mois
public 328ca41191 修改IM il y a 3 ans
src 04022fd754 wxd il y a 3 mois
static d22de44f64 wxd il y a 3 mois
.editorconfig c24bde8b28 Edit Other Menu Http get add ?Token= il y a 4 ans
.env.development d22de44f64 wxd il y a 3 mois
.env.production d22de44f64 wxd il y a 3 mois
.env.staging c24bde8b28 Edit Other Menu Http get add ?Token= il y a 4 ans
.eslintignore c24bde8b28 Edit Other Menu Http get add ?Token= il y a 4 ans
.eslintrc.js 617cec1f5c 添加IM il y a 3 ans
.gitignore f5c9f58a04 20200725 il y a 4 ans
README.md aa8bfcfee0 更新 'README.md' il y a 4 ans
babel.config.js c24bde8b28 Edit Other Menu Http get add ?Token= il y a 4 ans
dist.zip d22de44f64 wxd il y a 3 mois
package.json d22de44f64 wxd il y a 3 mois
vue.config.js d22de44f64 wxd il y a 3 mois

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