Sin descripción

DESKTOP-SVI9JE1\muzen fbedd60443 增加模块类型字典项 hace 2 años
bin 5b945083ff 管理系统 hace 3 años
build 5b945083ff 管理系统 hace 3 años
public 8edb0bf6cc logo hace 3 años
src fbedd60443 增加模块类型字典项 hace 2 años
.editorconfig 5b945083ff 管理系统 hace 3 años
.env.development 766a2bb881 浏览器title修改 hace 3 años
.env.production 766a2bb881 浏览器title修改 hace 3 años
.env.staging 766a2bb881 浏览器title修改 hace 3 años
.eslintignore 5b945083ff 管理系统 hace 3 años
.eslintrc.js 5b945083ff 管理系统 hace 3 años
.gitignore 5b945083ff 管理系统 hace 3 años
README.md 029e0b26b3 README.md hace 3 años
babel.config.js 5b945083ff 管理系统 hace 3 años
jsconfig.json 749c1346f2 文件路径代码提示 hace 3 años
package.json d383085044 no message hace 2 años
vue.config.js d383085044 no message hace 2 años

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