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
- Host: GitHub
- URL: https://github.com/wesleyhf/md2slides
- Owner: wesleyhf
- Created: 2021-01-30T21:17:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-30T22:06:02.000Z (over 5 years ago)
- Last Synced: 2025-01-24T08:44:18.074Z (over 1 year ago)
- Topics: javascript, markdown, slides, studying, vuejs
- Language: Vue
- Homepage:
- Size: 1.33 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# md2slide
## Demo

## 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/).