Sen descrición

Damon 07b194b566 feat: 处理标签分类、设备大类、歌手、多添加一层谨慎操作提示 hai 9 meses
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 07b194b566 feat: 处理标签分类、设备大类、歌手、多添加一层谨慎操作提示 hai 9 meses
.editorconfig 5b945083ff 管理系统 %!s(int64=3) %!d(string=hai) anos
.env.development 766a2bb881 浏览器title修改 %!s(int64=3) %!d(string=hai) anos
.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 2cbf1843b4 no message hai 1 ano
babel.config.js 5b945083ff 管理系统 %!s(int64=3) %!d(string=hai) anos
jsconfig.json 749c1346f2 文件路径代码提示 %!s(int64=3) %!d(string=hai) anos
package.json bf476e2066 no message hai 1 ano
vue.config.js 551fd54bd9 no message hai 1 ano

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

# 启动服务
npm run dev

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

发布

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

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