/BlogCreator

Supporting Project for Myblog. Creating markdown files using Vue

Primary LanguageVue

Markdown Editor

Welcome to markdown editor for blog Created using Vue framework and marked javascript parser library This project is created in conjuction with Gatsby blog site where I am using markdown to write blogs or article (whatever you want to call them).

Vue

A frontend framework created by Evan You who also worked on Angular, inspired from all other three major frameworks which are Angular by Google, React by Facebook and Polymer by Google again and combined features of all three in a single framework, making it one of the light weight frontend availible. Check it out

Marked

A markdown parser library with many featurs like Github flavoured markdown parser, sanitizer etc. Also include code syntax highlighting feature.

Vue Logo

Head Over here to check it out.

Using

Clone it and then run following using npm

npm run serve

or using Yarn

yarn serve