vue-markdown-blog
vue-markdown-blog copied to clipboard
Creating a simple blog using Vue with markdown
vue-markdown-blog
Creating a simple blog using Vue with markdown.
Getting started
git clone https://github.com/vycoder/vue-markdown-blog
cd vue-markdown-blog
yarn install
yarn serve
Demo
Demo website is over here: vue-markdown-blog.netlify.com
Project setup
yarn install
Compiles and hot-reloads for development
yarn run serve
Compiles and minifies for production
yarn run build
Lints and fixes files
yarn run lint