1.2.6 • Published 4 years ago

@gabio/markdown-vue-transpiler v1.2.6

Weekly downloads
11
License
ISC
Repository
github
Last release
4 years ago

markdown-vue-transpiler

A markdown to Vue transpiler

Description

This tool is meant to be used in a script and NOT during runtime. It will read markdown files and transform them into the appropriate Vue files. The transpilator will use 2 main objects in order to achieve this :

  1. A markdown parser, used to transform markdown tokens into Vue components
  2. A Vue file creator, used to wrap the parsed content and define the <script> section

Installation

yarn add @gabio/markdown-vue-transpiler

Usage

A usage example can be found here.

1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago