@vuepress/markdown-loader
markdown-loader for vuepress
Last updated 5 years ago by meteorlxy .
MIT · Repository · Bugs · Original npm
$ cnpm install @vuepress/markdown-loader 
SYNC missed versions from official npm registry.

@vuepress/markdown-loader

markdown-loader for VuePress

Usage

const rule = config.module
    .rule('markdown')
      .test(/\.md$/)

rule
  .use('vue-loader')
    .loader('vue-loader')
    .options({ /* ... */ })

rule
  .use('markdown-loader')
    .loader(require.resolve('@vuepress/markdown-loader'))
    .options({
       markdown: /* instance created by @vuepress/markdown */,
       sourceDir: /* root source directory of your docs */,
    })

Current Tags

  • 1.4.1                                ...           latest (5 years ago)

1 Versions

  • 1.4.1                                ...           5 years ago
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (3)
Dev Dependencies (0)
None
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org