ruihuangdev / md-viewer

A Vue.js Markdown previewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

md-viewer

A Vue based Markdown previewer using regex.

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

Next steps:

While learning Vue.js, I realized how important it is to write better documentations and decided to pick up Markdown.

Naturally, this feels like the right thing to build.

Next steps:

  1. Complete more regex filters
  2. Make text area more responsive
  3. Integrate file output abililty
  4. Integrate with Github?

About

A Vue.js Markdown previewer


Languages

Language:JavaScript 35.0%Language:Vue 33.7%Language:HTML 27.2%Language:CSS 4.1%