Monkov is a blog system built with vue.js and koa.js You can easily build up your own blog with it.
- nodejs 6.0 or higher
- mongodb
- RESTful api
- Front end router
- Front and back seperated
- ES6/7 syntax
- Built-in markdown editor
- Add tags and category to your articles
The blog pages on your website.
You can customize the widgets, the themes, the navigation menu and the personal informations.
More features are comming.
- vuejs 2.0 + && vue-router
- fetch
- stylus
- marked
$ yarn install
# run dev-server
$ npm run dev-client
# build
$ npm run build-clientThe server of this blog system, built with koa 2.0 and mongoose.
The login module use jwt
- koa 2.0
- mongoose
- jwt
$ yarn install
# run development
$ npm run dev-server
# run production
$ npm run pro-serverThe background management system. You can write your articles (all called draft when not published) here with the built-in markdown editor. You can publish and deleting posts, modifying your tags and categories and all the changes will automatically synchronize to your blog pages.
Initial username:admin Initial password:admin
- vuejs 2.0 + && vue-router && vuex
- fetch
- stylus
- marked && SimpleMDE
$ yarn install
# run dev-server
$ npm run dev
# build
$ npm run build- CSS refactor
- Comment system
- Category management
- Customizable themes
- User management system
- Plugin system
- Customizable header, footer and widgets


