Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 528 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 528 Bytes

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