广誉源PC端-前端

lishanshan be9df35b67 优化 hai 7 meses
bin 366cd464bf 1 %!s(int64=2) %!d(string=hai) anos
build e1fabc1e8e 1 %!s(int64=2) %!d(string=hai) anos
pages a5e967f476 1011 hai 1 ano
public 366cd464bf 1 %!s(int64=2) %!d(string=hai) anos
src be9df35b67 优化 hai 7 meses
style e1fabc1e8e 1 %!s(int64=2) %!d(string=hai) anos
utils e1fabc1e8e 1 %!s(int64=2) %!d(string=hai) anos
.editorconfig 366cd464bf 1 %!s(int64=2) %!d(string=hai) anos
.env.development 980d252dad 00 hai 9 meses
.env.production 980d252dad 00 hai 9 meses
.env.staging 980d252dad 00 hai 9 meses
.eslintignore 366cd464bf 1 %!s(int64=2) %!d(string=hai) anos
.eslintrc.js 366cd464bf 1 %!s(int64=2) %!d(string=hai) anos
.gitignore 366cd464bf 1 %!s(int64=2) %!d(string=hai) anos
LICENSE e1fabc1e8e 1 %!s(int64=2) %!d(string=hai) anos
README.md 4402949666 2 %!s(int64=2) %!d(string=hai) anos
app.js e1fabc1e8e 1 %!s(int64=2) %!d(string=hai) anos
app.json e1fabc1e8e 1 %!s(int64=2) %!d(string=hai) anos
app.wxss e1fabc1e8e 1 %!s(int64=2) %!d(string=hai) anos
babel.config.js 366cd464bf 1 %!s(int64=2) %!d(string=hai) anos
package.json 26c2594016 修改定位 %!s(int64=2) %!d(string=hai) anos
project.config.json e1fabc1e8e 1 %!s(int64=2) %!d(string=hai) anos
project.private.config.json e1fabc1e8e 1 %!s(int64=2) %!d(string=hai) anos
sitemap.json e1fabc1e8e 1 %!s(int64=2) %!d(string=hai) anos
vue.config.js c74191e251 1 %!s(int64=2) %!d(string=hai) anos

README.md

开发

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

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