0.0.2 • Published 7 years ago

unvue-plugin-markdown-loader v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

unvue-plugin-markdown-loader

NPM version NPM downloads Build Status

Install

yarn add unvue-plugin-markdown-loader --dev

Usage

About unvue see egoist/unvue, and offical docs.

// in your unvue.config.js
const unvuePluginMarkdownLoader = require('unvue-plugin-markdown-loader')

module.exports = {
  plugins: [
    // add markdownLoaderPlugin
    // you can also add some custom options
    markdownLoaderPlugin()
  ]
}

For more details can see example, more about vue-markdown-loader please see QingWei-Li/vue-markdown-loader.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

unvue-plugin-markdown-loader © zcong1993, Released under the MIT License. Authored and maintained by zcong1993 with help from contributors (list).

github.com/zcong1993 · GitHub @zcong1993

0.0.2

7 years ago

0.0.1

7 years ago