Creating a simple slideshow using Vue with markdown.
npm installcp src/assets/meta.json.sample src/assets/meta.jsonAnd setup your title and topics
Store your markdown content and assets in /presentations/:
- Create a single folder for each presentation
- If you need image assets, create an
assetsfolder in your presentation folder - The
generate-presentationsscript split the file with headline 1, 2 and 3 and store the new files in/src/assets/presentations/
npm run start- Run the application on http://localhost:8080/
- Watch for changes in
scr/ - Watch for changes in
markdown/