广誉源PC端-前端

wangxiaoqian 652d2e6d12 2 %!s(int64=2) %!d(string=hai) anos
bin 366cd464bf 1 %!s(int64=2) %!d(string=hai) anos
build e1fabc1e8e 1 %!s(int64=2) %!d(string=hai) anos
pages e1fabc1e8e 1 %!s(int64=2) %!d(string=hai) anos
public 366cd464bf 1 %!s(int64=2) %!d(string=hai) anos
src 652d2e6d12 2 %!s(int64=2) %!d(string=hai) anos
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 e1fabc1e8e 1 %!s(int64=2) %!d(string=hai) anos
.env.production c74191e251 1 %!s(int64=2) %!d(string=hai) anos
.env.staging e1fabc1e8e 1 %!s(int64=2) %!d(string=hai) anos
.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 366cd464bf 1 %!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 e1fabc1e8e 1 %!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

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