1. vue-antd-md-loader
markdown file to vue component loader.
vue-antd-md-loader
Package: vue-antd-md-loader
Created by: tangjinzhou
Last modified: Tue, 28 Jun 2022 18:58:26 GMT
Version: 1.2.1-beta.1
License: WTFPL
Downloads: 311
Repository: https://github.com/tangjinzhou/vue-antd-md-loader

Install

npm install vue-antd-md-loader
yarn add vue-antd-md-loader

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

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code