# website-1 **Repository Path**: zhao004/website-1 ## Basic Information - **Project Name**: website-1 - **Description**: Bootstrap5 + Jquery + Vite,官网练手项目。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-02-22 - **Last Updated**: 2025-06-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 本项目基于vite丶bootstrap5丶JQuery. ### 预览图
PC 示例图 iPhone 示例图
### 1.安装 Node.js Vite 依赖于 npm 或 yarn,所以需要先安装 Node.js: 🔗 [Node.js 官网](https://nodejs.org/zh-cn) 选择 LTS 版本下载并安装。 安装完成后,检查是否成功安装: ```shell node -v npm -v ``` ### 2.克隆项目到本地,或者直接下载zip文件。 ```shell git clone https://gitee.com/zhao004/website-1.git ``` ### 3.安装依赖 ```shell npm install ``` ### 4.编译项目,编译后的文件在dist目录下 ```shell npm run build ```