Bez popisu

DESKTOP-SVI9JE1\muzen b291fa805b Merge branch 'develop/0.0.2(样式修改)' into test před 1 rokem
bin 5c5c440a87 ohplay_business před 1 rokem
html 5c5c440a87 ohplay_business před 1 rokem
public 1cf03a328b no message před 1 rokem
src 0c1ab89f75 no message před 1 rokem
vite 5c5c440a87 ohplay_business před 1 rokem
.env.development 5eeb49f4c9 no message před 1 rokem
.env.production 5eeb49f4c9 no message před 1 rokem
.env.staging 5eeb49f4c9 no message před 1 rokem
.gitignore 5c5c440a87 ohplay_business před 1 rokem
LICENSE 33283c150f no message před 1 rokem
README.md 6c7ac96990 no message před 1 rokem
index.html 5eeb49f4c9 no message před 1 rokem
package.json 6c7ac96990 no message před 1 rokem
vite.config.js bb290504fe no message před 1 rokem

README.md

前端运行

# 克隆项目
git clone http://60.205.190.38:9000/wuhao/ohplay_business.git

# 进入项目目录
cd ohplay_business

# 安装依赖
yarn --registry=https://registry.npmmirror.com

# 启动服务
yarn dev

# 构建测试环境 yarn build:stage
# 构建生产环境 yarn build:prod
# 前端访问地址 http://localhost:80