Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zcong1993/unvue-plugin-markdown-loader
add markdown loader for unvue
https://github.com/zcong1993/unvue-plugin-markdown-loader
unvue unvue-plugin vue-markdown-editor
Last synced: 1 day ago
JSON representation
add markdown loader for unvue
- Host: GitHub
- URL: https://github.com/zcong1993/unvue-plugin-markdown-loader
- Owner: zcong1993
- License: mit
- Created: 2017-03-23T02:44:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-08T02:25:47.000Z (over 6 years ago)
- Last Synced: 2024-03-23T10:43:11.480Z (8 months ago)
- Topics: unvue, unvue-plugin, vue-markdown-editor
- Language: JavaScript
- Size: 27.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unvue-plugin-markdown-loader
[![NPM version](https://img.shields.io/npm/v/unvue-plugin-markdown-loader.svg?style=flat)](https://npmjs.com/package/unvue-plugin-markdown-loader) [![NPM downloads](https://img.shields.io/npm/dm/unvue-plugin-markdown-loader.svg?style=flat)](https://npmjs.com/package/unvue-plugin-markdown-loader) [![Build Status](https://img.shields.io/circleci/project/zcong1993/unvue-plugin-markdown-loader/master.svg?style=flat)](https://circleci.com/gh/zcong1993/unvue-plugin-markdown-loader)
## Install
```bash
yarn add unvue-plugin-markdown-loader --dev
```## Usage
About `unvue` see [egoist/unvue](https://github.com/egoist/unvue), and [offical docs](https://egoistian.com/unvue/#/).
```js
// 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](https://github.com/zcong1993/unvue-plugin-markdown-loader/tree/master/examples), more about `vue-markdown-loader` please see [QingWei-Li/vue-markdown-loader](https://github.com/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](https://github.com/zcong1993), Released under the [MIT](./LICENSE) License.
Authored and maintained by zcong1993 with help from contributors ([list](https://github.com/zcong1993/unvue-plugin-markdown-loader/contributors)).> [github.com/zcong1993](https://github.com/zcong1993) · GitHub [@zcong1993](https://github.com/zcong1993)