• Stars
    star
    129
  • Rank 279,262 (Top 6 %)
  • Language Vue
  • License
    MIT License
  • Created over 4 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Online markdown editor

image

MkDown

MkDown is an online markdown editor built with vueJs

Demo here

Feature

  • Import Markdown file from your pc
  • Import your HTML file and convert it to markdown
  • Export your document as a Markdown file, HTML or HTML styled file

And I think that's it

Project setup

Docker

Help

make

Compiles and hot-reloads for development

make dev

go to http://localhost:3000

Compiles and minifies for production

make build

Run production server

make production

go to http://localhost:4127

Node

yarn

Compiles and hot-reloads for development

yarn dev

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.