Skip to content

jjtseng93/jsonSlides

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Live Demo

http://jjtseng93.github.io/jsonSlides/powerpoint.html

How to make a presentation

  • Simply replace the gbobj.slides with an array that contains your slides
  • [
    {title:"1st slide title"},
    {title:"2nd slide title",content:"Second slide content"},
    {title:"3rd slide title",content_list:`item1
    item2 is a button <button onclick="event.stopPropagation();alert('hello');">Hi</button>
    item3`},
    ]

About

Making slides in JSON format with the help of vue.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors