# sns-webpc **Repository Path**: buhehpc/sns-webpc ## Basic Information - **Project Name**: sns-webpc - **Description**: 柔宇社区 Web PC 端项目(Nuxt+Axios) - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-03-15 - **Last Updated**: 2022-04-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 柔宇社区 WebPC 项目 ### 项目简介 1. 该项目使用 Nuxt SSR 技术实现,满足 SEO 基础需求 2. 该项目使用 Axios 请求数据服务 ### 项目安装及启动方式 ```bash # install dependencies $ yarn install # serve with hot reload at localhost:3000 $ yarn dev # build for production and launch server $ yarn build $ yarn start # generate static project $ yarn generate ```