# next_os **Repository Path**: chen_da_si/next_os ## Basic Information - **Project Name**: next_os - **Description**: Next.js实现静态响应式官网。 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 0 - **Created**: 2022-04-30 - **Last Updated**: 2023-10-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: next ## README ## 安装使用 ```bash git clone https://github.com/c37csq/next_os.git ``` - 安装依赖 ```bash cd next_os npm install ``` - 运行 ```bash next dev ``` - 打包 ```bash next export ```