Vue Showdown
Current branch is for Vue 3 only. If you are using Vue 2, please check out v2 branch.
Introduction
Use showdown as a Vue component.
Usage
Contributing
Feel free to submit Issues and PRs if you meet any problems or have any ideas.
Develop
# Clone this repo
git clone https://github.com/meteorlxy/vue-showdown
cd vue-showdown
# Install dependencies
pnpm i
# Start the dev-server
pnpm dev