|
пре 2 недеља | |
---|---|---|
bin | пре 3 месеци | |
html | пре 3 месеци | |
public | пре 1 месец | |
src | пре 2 недеља | |
vite | пре 3 месеци | |
.env.development | пре 4 недеља | |
.env.production | пре 4 недеља | |
.env.staging | пре 4 недеља | |
.gitignore | пре 3 месеци | |
LICENSE | пре 3 месеци | |
README.md | пре 4 недеља | |
index.html | пре 4 недеља | |
package.json | пре 4 недеља | |
pnpm-lock.yaml | пре 2 месеци | |
vite.config.js | пре 2 недеља |
# 克隆项目
git clone https://gitee.com/aaronbruin/baozhida-building-system.git
# 进入项目目录
cd baozhida-building-system
# 安装依赖
yarn 、 pnpm install 、npm install
# 启动服务
yarn dev
# 构建测试环境 yarn build:stage
# 构建生产环境 yarn build:prod
# 前端访问地址 http://localhost:80