https://github.com/mdwheele/vue-markdown-content
https://github.com/mdwheele/vue-markdown-content
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mdwheele/vue-markdown-content
- Owner: mdwheele
- License: other
- Created: 2018-06-20T18:53:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-20T18:55:21.000Z (almost 8 years ago)
- Last Synced: 2025-02-14T06:52:31.816Z (over 1 year ago)
- Language: JavaScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# MarkdownContent
## Install
```bash
npm install vue-markdown-content
```
## Usage
```vue
# Hello, World!
This is some sample text! Remember, you can also use GitHub Emoji! :+1:
The component reads https://api.github.com/emojis.
import MarkdownContent from "vue-markdown-content"
export default {
components: {
MarkdownContent
},
}
```
## Contributing
I have no idea what I'm doing packaging NPM modules. Send a pull request!
## License
[MIT](LICENSE.md)