Sen descrición

zeng.chen 59494419bd feature:增加nvm的版本日志 hai 1 mes
bin 5b945083ff 管理系统 %!s(int64=3) %!d(string=hai) anos
build 5b945083ff 管理系统 %!s(int64=3) %!d(string=hai) anos
public deafc20e3c no message hai 1 ano
src 8bc3cec97f feature:新增设备增加1天后的选项 hai 1 mes
.editorconfig 5b945083ff 管理系统 %!s(int64=3) %!d(string=hai) anos
.env.development e207e249f1 fix: 恢复阿里服务器对接数据 hai 9 meses
.env.production 766a2bb881 浏览器title修改 %!s(int64=3) %!d(string=hai) anos
.env.staging 766a2bb881 浏览器title修改 %!s(int64=3) %!d(string=hai) anos
.eslintignore 5b945083ff 管理系统 %!s(int64=3) %!d(string=hai) anos
.eslintrc.js 49d89643ac eslintrc.js hai 1 ano
.gitignore 5b945083ff 管理系统 %!s(int64=3) %!d(string=hai) anos
README.md 59494419bd feature:增加nvm的版本日志 hai 1 mes
babel.config.js 5b945083ff 管理系统 %!s(int64=3) %!d(string=hai) anos
jsconfig.json 749c1346f2 文件路径代码提示 %!s(int64=3) %!d(string=hai) anos
package.json 3108540502 feat: 增加说明书二维码复制链接功能 hai 7 meses
vue.config.js 7bed11b4c6 feat: 适配上传壁纸图片大小展示 hai 6 meses

README.md

开发

# 克隆项目
git clone http://60.205.190.38:9000/wuhao/ohplay_system.git

# 进入项目目录
cd ohplay_system

# 安装依赖
npm install

# 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
npm install --registry=https://registry.npm.taobao.org

#node版本 8.19.4
# 启动服务
# nvm 切换版本 16.20.2
nvm use 16.20.2
npm run dev

浏览器访问 http://localhost:80

发布

# 构建测试环境
npm run build:stage

# 构建生产环境
npm run build:prod