vue-antd-md-loader

1.2.1-beta.1 • Public • Published

vue-antd-md-loader

md-loader based on vue-markdown-loader

Convert Markdown file to Vue Component using markdown-it.

Example

ant-design-vue

Installation

# For Vue2 
npm i vue-antd-md-loader -D

Feature

  • Hot reload
  • Write vue script
  • Code highlight

Usage

Documentation: Using loaders

webpack.config.js file:

module.exports = {
  module: {
    rules: [
      {
        test: /\.md$/,
        loader: 'vue-antd-md-loader'
      }
    ]
  }
};

License

WTFPL

Package Sidebar

Install

npm i vue-antd-md-loader

Weekly Downloads

37

Version

1.2.1-beta.1

License

WTFPL

Unpacked Size

7.89 kB

Total Files

10

Last publish

Collaborators

  • tangjinzhou