Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/meteorlxy/vue-showdown

:page_with_curl: Use showdown as a vue component
https://github.com/meteorlxy/vue-showdown

markdown showdown vue vue-component

Last synced: 4 days ago
JSON representation

:page_with_curl: Use showdown as a vue component

Awesome Lists containing this project

README

        



Vue Showdown logo


Vue Showdown















> Current branch is for Vue 3 only. If you are using Vue 2, please check out [v2 branch](https://github.com/meteorlxy/vue-showdown/tree/v2).

## Introduction

Use [showdown](https://github.com/showdownjs/showdown) as a Vue component.

## Usage

See [**Live Demo and Docs**](https://vue-showdown.js.org)

## Contributing

Feel free to submit Issues and PRs if you meet any problems or have any ideas.

### Develop

```sh
# Clone this repo
git clone https://github.com/meteorlxy/vue-showdown
cd vue-showdown

# Install dependencies
pnpm i

# Start the dev-server
pnpm dev
```

## LICENSE

[MIT](https://github.com/meteorlxy/vue-showdown/blob/master/LICENSE) © [@meteorlxy](https://github.com/meteorlxy) & [Contributors](https://github.com/meteorlxy/vue-showdown/graphs/contributors)