# navigate_page1 **Repository Path**: ghostsun/navigate_page1 ## Basic Information - **Project Name**: navigate_page1 - **Description**: 一个简单的导航页。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-03-27 - **Last Updated**: 2025-03-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 本项目基于vite丶bootstrap5丶JQuery. ### 预览图 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/navigate_page1.git ``` ### 3.安装依赖 ```shell npm install ``` ### 4.编译项目,编译后的文件在dist目录下 ```shell npm run build ```