# willwuwei.com **Repository Path**: mirrors_KevinMint55/willwuwei.com ## Basic Information - **Project Name**: willwuwei.com - **Description**: My responsive blog site powered by @nuxt - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## About 前端使用Nuxtjs实现的响应式博客,适配PC与手机端(PC端鼠标右键点击有小玩意儿)。 后端使用nodejs + koa2开发。 ## Build Setup ``` # install dependencies $ npm install # Or yarn # serve with hot reload at localhost:999 $ npm run dev # build for production and launch server $ npm run build $ npm start ``` ## Mobile ![image](https://qiniu.willwuwei.com/blogpc.png) ## Mobile ![image](https://qiniu.willwuwei.com/blogmobile.png) ## 目录结构 ``` Project │ ├── assets # 资源目录 | ├── components # 组件目录 | ├── layouts # 布局目录 | ├── pages # 页面目录 | ├── plugins # 插件目录 | ├── static # 静态文件目录 | ├── store # Store目录 | ├── .gitignore # Git忽略文件配置 | ├── api.config.js # 请求地址配置文件 | ├── nuxt.config.js # Nuxt配置文件 │ ├── package.json # 项目配置 │ └── yarn.lock # 项目依赖版本控制 ```