# web2_bak **Repository Path**: dingwang2332/web2_bak ## Basic Information - **Project Name**: web2_bak - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-17 - **Last Updated**: 2025-05-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 项目下载和运行 - 拉取项目代码 ```bash git clone xxx.git cd xxx ``` - 安装依赖 ``` yarn install ``` - 开发模式运行 ``` yarn run serve ``` - 编译项目 ``` yarn run build ``` - Lints and fixes files ``` yarn run lint ``` ``` - 访问前台项目 http://localhost:80 ```