@evillt/vuedown-loader
v1.0.1
Published
Webpack loader for vuedown
Downloads
9
Readme
vuedown-loader
Webpack loader for vuedown
Please consider starring the project to show your ❤️ and support.
Install
yarn add vuedown @evillt/vuedown-loader --dev
Usage
module.exports = {
module: {
rules: [
{
test: /\.md$/,
use: [
{
loader: 'vue-loader'
},
{
loader: '@evillt/vuedown-loader'
}
]
}
]
}
}
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Author
vuedown-loader © evillt, Released under the MIT License.
Authored and maintained by EVILLT with help from contributors (list).