vblog icon indicating copy to clipboard operation
vblog copied to clipboard

:sunny: A simple blog build with Koa and Vue.

vblog

A simple blog build with Koa and Vue.

Requirements

  1. Node.js v8.x
  2. MongoDB
  3. Koa.js
  4. Vue
  5. nuxt
  6. Docker
  7. ...

Deploy

  1. Clone project: git clone https://github.com/hojas/vblog.git
  2. Build : $ npm run build
  3. Install docker and docker-compose, read more
  4. Run docker service: sudo service docker start
  5. Build docker image: docker-compose build
  6. Run app in docker: docker-compose up -d