/blog

Personal blog. Build with Vue 2.0.

Primary LanguageJavaScriptMIT LicenseMIT

Disciple.Ding blog

The source code for my blog, http://discipled.me

I'm constantly rewriting / refactoring this silly little blog using the latest and buzziest tech, so that I can stay up to date on these libraries and frameworks. Current buzzwords:

  • main tech
    • vue 2 & vue-router & vuex
    • ES2015
    • scss
    • Koa 2
    • GraphQL
  • style & template
  • package
    • webpack
    • postcss
  • publish
    • docker

Dev env

INSTALL

npm i

RUN

npm start

Production env

INSTALL

npm i

BUILD

npm run build

Start server

npm run start:server

Stop server

npm run stop:server

The code on master branch build blog site using SSR. The code of SPA version blog site is on the SPA branch.