项目作者: KevinMint55

项目描述 :
My responsive blog site powered by @nuxt
高级语言: Vue
项目地址: git://github.com/KevinMint55/willwuwei.com.git
创建时间: 2019-07-13T06:06:38Z
项目社区:https://github.com/KevinMint55/willwuwei.com

开源协议:MIT License

下载


About

前端使用Nuxtjs实现的响应式博客,适配PC与手机端(PC端鼠标右键点击有小玩意儿)。

后端使用nodejs + koa2开发。

Build Setup

  1. # install dependencies
  2. $ npm install # Or yarn
  3. # serve with hot reload at localhost:999
  4. $ npm run dev
  5. # build for production and launch server
  6. $ npm run build
  7. $ npm start

Mobile

image

Mobile

image

目录结构

  1. Project
  2. ├── assets # 资源目录
  3. |
  4. ├── components # 组件目录
  5. |
  6. ├── layouts # 布局目录
  7. |
  8. ├── pages # 页面目录
  9. |
  10. ├── plugins # 插件目录
  11. |
  12. ├── static # 静态文件目录
  13. |
  14. ├── store # Store目录
  15. |
  16. ├── .gitignore # Git忽略文件配置
  17. |
  18. ├── api.config.js # 请求地址配置文件
  19. |
  20. ├── nuxt.config.js # Nuxt配置文件
  21. ├── package.json # 项目配置
  22. └── yarn.lock # 项目依赖版本控制