Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/meteorlxy/vue-showdown
- Owner: meteorlxy
- License: mit
- Created: 2017-10-19T15:15:10.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-09-27T03:32:16.000Z (5 months ago)
- Last Synced: 2025-02-09T03:05:43.735Z (12 days ago)
- Topics: markdown, showdown, vue, vue-component
- Language: TypeScript
- Homepage: https://vue-showdown.js.org
- Size: 3.51 MB
- Stars: 131
- Watchers: 4
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
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)