Aucune description

DESKTOP-SVI9JE1\muzen 88f70dcc27 添加权限 il y a 1 an
bin 5b945083ff 管理系统 il y a 3 ans
build 5b945083ff 管理系统 il y a 3 ans
public deafc20e3c no message il y a 1 an
src 88f70dcc27 添加权限 il y a 1 an
.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 029e0b26b3 README.md il y a 3 ans
babel.config.js 5b945083ff 管理系统 il y a 3 ans
jsconfig.json 749c1346f2 文件路径代码提示 il y a 3 ans
package.json 170b944c9b 添加高德地图组件 il y a 1 an
vue.config.js e75f9948e7 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