Skip to content

jetboot/boot-slidev

 
 

Repository files navigation

boot-slidev

This is a project template for quickly bootstrapping a Slidev presentation.

Usage

To create a new Slidev presentation based on this template, you can use degit to clone the repo and remove the .git folder:

npx degit kirklin/boot-slidev my-presentation
cd my-presentation
npm install
npm run dev

This will create a new Slidev presentation in a directory called my-presentation, install the necessary dependencies, and start the development server. You can then edit the presentation in the slides.md file and see the changes in real-time with the development server running.

Template Customization

This template can be customized to suit your specific needs. You can modify the template.html file to change the layout and styling of the presentation, or you can modify the slides.md file to create your own content.

Releases

No releases published

Packages

No packages published

Languages

  • Vue 56.2%
  • TypeScript 36.9%
  • CSS 4.6%
  • JavaScript 2.3%