# 时光社区vue-next版 **Repository Path**: meda/time_community ## Basic Information - **Project Name**: 时光社区vue-next版 - **Description**: 采用vue-next写的一个小项目。 - **Primary Language**: HTML - **License**: Not specified - **Default Branch**: master - **Homepage**: https://www.kicsy.cn - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-22 - **Last Updated**: 2025-07-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 时光社区vue-next版项目构建说明文档 PS:等一个有缘人帮我对接后端API,对接API接口:https://api.kicsy.cn,点击➡️ [API文档](https://docs.apipost.cn/preview/12e2d0e7ab2f8738/9c7fd18771884cb2?target_id=90dbb45b-6ffa-455b-b05d-7566a0043bbe)。 ------- ## 一、环境准备 ### 1.1 系统要求 - **操作系统**:Windows /macOS /Linux - **Node.js**:v22.17.1 + - **包管理器**:yarn 1.22+ - **Git**:2.50.1+ ### 1.2 开发工具 - **IDE推荐**: - VS Code - **浏览器**:Chrome 或 Edge ## 二、项目构建 ### 2.1 克隆项目 `git clone https://gitee.com/meda/time_community.git` ### 2.2 安装项目需要的依赖 `yarn install` ### 2.3 构建项目dist文件 `yarn build` ### 2.4 构建后的dist使用 dist内的文件放到web服务器中,访问域名即可。