vue-antd-md-loader
v1.2.1-beta.1
Published
markdown file to vue component loader.
Downloads
722
Maintainers
Readme
vue-antd-md-loader
md-loader based on vue-markdown-loader
Convert Markdown file to Vue Component using markdown-it.
Example
Installation
# For Vue2
npm i vue-antd-md-loader -D
Feature
- Hot reload
- Write vue script
- Code highlight
Usage
webpack.config.js
file:
module.exports = {
module: {
rules: [
{
test: /\.md$/,
loader: 'vue-antd-md-loader'
}
]
}
};
License
WTFPL