|
|
пре 2 дана | |
|---|---|---|
| bin | пре 1 месец | |
| html | пре 1 месец | |
| public | пре 1 месец | |
| src | пре 2 дана | |
| vite | пре 1 месец | |
| .env.development | пре 1 месец | |
| .env.production | пре 1 месец | |
| .env.staging | пре 1 месец | |
| .gitignore | пре 1 месец | |
| LICENSE | пре 1 месец | |
| README.md | пре 1 месец | |
| index.html | пре 1 месец | |
| package.json | пре 1 месец | |
| pnpm-lock.yaml | пре 1 месец | |
| vite.config.js | пре 1 месец |
# 克隆项目
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