An open API service indexing awesome lists of open source software.

https://github.com/mdwheele/vue-markdown-content


https://github.com/mdwheele/vue-markdown-content

Last synced: 11 months ago
JSON representation

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)