@evillt/vuedown-loader

1.0.1 • Public • Published

vuedown-loader

Webpack loader for vuedown

Please consider starring the project to show your ❤️ and support.

NPM version NPM download CircleCI License donate

Install

yarn add vuedown @evillt/vuedown-loader --dev

Usage

module.exports = {
  module: {
    rules: [
      {
        test: /\.md$/,
        use: [
          {
            loader: 'vue-loader'
          },
          {
            loader: '@evillt/vuedown-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

vuedown-loader © evillt, Released under the MIT License.

Authored and maintained by EVILLT with help from contributors (list).

evila.me · GitHub @evillt · Twitter @evillt

Readme

Keywords

none

Package Sidebar

Install

npm i @evillt/vuedown-loader

Weekly Downloads

11

Version

1.0.1

License

MIT

Unpacked Size

3.85 kB

Total Files

4

Last publish

Collaborators

  • evila