This package has been deprecated

Author message:

This package moved to @gabio/markdown-transpiler

@gabio/markdown-vue-transpiler
TypeScript icon, indicating that this package has built-in type declarations

1.2.6 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i @gabio/markdown-vue-transpiler

Weekly Downloads

4

Version

1.2.6

License

ISC

Unpacked Size

17.1 kB

Total Files

32

Last publish

Collaborators

  • vigenere23