vmark-loader

1.0.0 • Public • Published

vmark-loader

NPM version NPM downloads CircleCI donate chat

Webpack loader for vmark.

Install

yarn add vmark vmark-loader --dev

Usage

webpack.config.js:

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

vmark-loader © egoist, Released under the MIT License.
Authored and maintained by egoist with help from contributors (list).

github.com/egoist · GitHub @egoist · Twitter @_egoistlily

Readme

Keywords

none

Package Sidebar

Install

npm i vmark-loader

Weekly Downloads

63

Version

1.0.0

License

MIT

Unpacked Size

3.6 kB

Total Files

4

Last publish

Collaborators

  • egoist
  • rem