md-util-loader

1.0.4 • Public • Published

md-util-loader

将.md文件转为react或者vue组件

react中使用

    {
        test: /\.mdx?$/,
        use: [
            'babel-loader',
            'md-util-loader'
        ]
    }

vue中使用

    {
        test: /\.mdx?$/,
            use: [
            'babel-loader',
            {
                loader: 'md-util-loader',
                options: {
                    type: 'vue'
                }
            }
        ]
    }

Package Sidebar

Install

npm i md-util-loader

Weekly Downloads

7

Version

1.0.4

License

MIT

Unpacked Size

3.08 kB

Total Files

3

Last publish

Collaborators

  • xiongshuang