Brak opisu

DESKTOP-2S67K1S\31396 b60cc77963 音乐套餐 编辑禁止修改服务类型和资源平台 2 lat temu
bin 5b945083ff 管理系统 3 lat temu
build 5b945083ff 管理系统 3 lat temu
public 8edb0bf6cc logo 3 lat temu
src b60cc77963 音乐套餐 编辑禁止修改服务类型和资源平台 2 lat temu
.editorconfig 5b945083ff 管理系统 3 lat temu
.env.development 766a2bb881 浏览器title修改 3 lat temu
.env.production 766a2bb881 浏览器title修改 3 lat temu
.env.staging 766a2bb881 浏览器title修改 3 lat temu
.eslintignore 5b945083ff 管理系统 3 lat temu
.eslintrc.js 5b945083ff 管理系统 3 lat temu
.gitignore 5b945083ff 管理系统 3 lat temu
README.md 029e0b26b3 README.md 3 lat temu
babel.config.js 5b945083ff 管理系统 3 lat temu
jsconfig.json 749c1346f2 文件路径代码提示 3 lat temu
package.json 6ebcd5cf45 添加 可拖拽插件 3 lat temu
vue.config.js acee357084 config 2 lat temu

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