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

https://github.com/wesleyhf/md2slides

:bulb: :books: Markdown to Slides converter
https://github.com/wesleyhf/md2slides

javascript markdown slides studying vuejs

Last synced: 3 months ago
JSON representation

:bulb: :books: Markdown to Slides converter

Awesome Lists containing this project

README

          

# md2slide

## Demo

![Demo](demo.gif)

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn run serve
```

### Compiles and minifies for production
```
yarn run build
```

### Run your tests
```
yarn run test
```

### Lints and fixes files
```
yarn run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).