1.0.0 • Published 7 years ago
vmark-loader v1.0.0
vmark-loader
Webpack loader for vmark.
Install
yarn add vmark vmark-loader --devUsage
webpack.config.js:
module.exports = {
module: {
rules: [
{
test: /\.md$/,
use: [
{
loader: 'vue-loader'
},
{
loader: 'vmark-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
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