广誉源PC端-前端

wangxiaoqian 652d2e6d12 2 há 2 anos atrás
bin 366cd464bf 1 há 2 anos atrás
build e1fabc1e8e 1 há 2 anos atrás
pages e1fabc1e8e 1 há 2 anos atrás
public 366cd464bf 1 há 2 anos atrás
src 652d2e6d12 2 há 2 anos atrás
style e1fabc1e8e 1 há 2 anos atrás
utils e1fabc1e8e 1 há 2 anos atrás
.editorconfig 366cd464bf 1 há 2 anos atrás
.env.development e1fabc1e8e 1 há 2 anos atrás
.env.production c74191e251 1 há 2 anos atrás
.env.staging e1fabc1e8e 1 há 2 anos atrás
.eslintignore 366cd464bf 1 há 2 anos atrás
.eslintrc.js 366cd464bf 1 há 2 anos atrás
.gitignore 366cd464bf 1 há 2 anos atrás
LICENSE e1fabc1e8e 1 há 2 anos atrás
README.md 366cd464bf 1 há 2 anos atrás
app.js e1fabc1e8e 1 há 2 anos atrás
app.json e1fabc1e8e 1 há 2 anos atrás
app.wxss e1fabc1e8e 1 há 2 anos atrás
babel.config.js 366cd464bf 1 há 2 anos atrás
package.json e1fabc1e8e 1 há 2 anos atrás
project.config.json e1fabc1e8e 1 há 2 anos atrás
project.private.config.json e1fabc1e8e 1 há 2 anos atrás
sitemap.json e1fabc1e8e 1 há 2 anos atrás
vue.config.js c74191e251 1 há 2 anos atrás

README.md

开发

# 克隆项目
git clone https://gitee.com/y_project/RuoYi-Vue

# 进入项目目录
cd ylx-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