/markdown-app-vuejs-3

This is a simple markdown application that converts the, normal text to `markdown` text in `Vue.js`

Primary LanguageVue

markdown-app

This is a simple markdown application that converts the, normal text to markdown text in Vue.js

DEMO

demo

This app is capable of:

  • converting the text into markdown text from a textarea to an article

What is used in this Application?

  • Vue.js
  • marked

Installation of the marked npm package

$npm install marked

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.