This is a simple markdown application that converts the, normal text to markdown
text in Vue.js
- converting the text into markdown text from a
textarea
to an article
- Vue.js
- marked
$npm install marked
npm install
npm run serve
npm run build
npm run lint