liaojiaxing a89fed5c7d 'init' 2 hafta önce
..
.github a89fed5c7d 'init' 2 hafta önce
bin a89fed5c7d 'init' 2 hafta önce
html a89fed5c7d 'init' 2 hafta önce
lang a89fed5c7d 'init' 2 hafta önce
public a89fed5c7d 'init' 2 hafta önce
src a89fed5c7d 'init' 2 hafta önce
vite a89fed5c7d 'init' 2 hafta önce
.dockerignore a89fed5c7d 'init' 2 hafta önce
.env.development a89fed5c7d 'init' 2 hafta önce
.env.production a89fed5c7d 'init' 2 hafta önce
.env.staging a89fed5c7d 'init' 2 hafta önce
.gitignore a89fed5c7d 'init' 2 hafta önce
.npmrc a89fed5c7d 'init' 2 hafta önce
Dockerfile a89fed5c7d 'init' 2 hafta önce
LICENSE a89fed5c7d 'init' 2 hafta önce
README.md a89fed5c7d 'init' 2 hafta önce
index.html a89fed5c7d 'init' 2 hafta önce
nginx.conf a89fed5c7d 'init' 2 hafta önce
package.json a89fed5c7d 'init' 2 hafta önce
pnpm-lock.yaml a89fed5c7d 'init' 2 hafta önce
pnpm-workspace.yaml a89fed5c7d 'init' 2 hafta önce
vite.config.js a89fed5c7d 'init' 2 hafta önce

README.md

前端运行

# 克隆项目


# 进入项目目录


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

# 启动服务
yarn dev

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