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
- RESTful api
- Front end router
- front and back seperated
- ES6/7 syntax
- Markdown editor
- Tags and categories modules
- Admin system
- Smooth animation
The blog pages to show 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
$ cd client/
$ yarn install
$ npm run dev
$ npm run build
The server of this blog system, built with koajs 2.0. The database is mongodb. Login module used jwt
- koa 2.0
- mongoose
- jwt
$ cd server/
$ yarn install
$ npm run start
The 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
$ cd client/
$ yarn install
$ npm run dev
$ npm run build
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
$ cd admin/
$ yarn install
$ npm run dev
$ npm run build
- comment the code
- comment system
- category management system
- customizable themes
- user management system
- plugin system
- customizable header, footer and widgets
- find a easier way to install and deploy