Brief Technology stack:

Vue2.0 + vue – the router + vue – the resource

node+express+mongodb

Simplemde for the editor of the admin page, which supports markdown syntax

The markdown parsing section uses the marked library and the syntax highlights

Blog Online Address(For temporary preview only)

Blog background management page online address(For temporary preview only)

Local Viewing method

# git clone https://github.com/linguowei/myblog.git
# cd myblog
# npm install
# node app.js
# localhost:9000
# localhost:9000/adminCopy the code