Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 789 Bytes

README.md

File metadata and controls

48 lines (31 loc) · 789 Bytes

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.