## 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 (suggest to use Yarn, while NPM is OK, too)
yarn
# Start the dev-server
yarn dev
```