Aucune description

Damon 82d9dd0ce9 fix: 解决选择数据和展现数据的字段不一致的问题 il y a 10 mois
bin 5b945083ff 管理系统 il y a 3 ans
build 5b945083ff 管理系统 il y a 3 ans
public deafc20e3c no message il y a 1 an
src 82d9dd0ce9 fix: 解决选择数据和展现数据的字段不一致的问题 il y a 10 mois
.editorconfig 5b945083ff 管理系统 il y a 3 ans
.env.development 766a2bb881 浏览器title修改 il y a 3 ans
.env.production 766a2bb881 浏览器title修改 il y a 3 ans
.env.staging 766a2bb881 浏览器title修改 il y a 3 ans
.eslintignore 5b945083ff 管理系统 il y a 3 ans
.eslintrc.js 49d89643ac eslintrc.js il y a 1 an
.gitignore 5b945083ff 管理系统 il y a 3 ans
README.md 2cbf1843b4 no message il y a 1 an
babel.config.js 5b945083ff 管理系统 il y a 3 ans
jsconfig.json 749c1346f2 文件路径代码提示 il y a 3 ans
package.json bf476e2066 no message il y a 1 an
vue.config.js 551fd54bd9 no message il y a 1 an

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