Skip to content

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
home heroImage actionText actionLink features footer
true
/hero.png
Get Started →
/guide/
title details
Simplicity First
Absolutely no setup; directly runs in browser without any configuration.
title details
Vue-Powered
Enjoy the complete dev experience of Vue; write with component, use webpack or CLI plugins.
title details
Shareable
Keynote generates a static HTML page, and runs as an SPA once a page is loaded.
MIT Licensed | Copyright © 2018 Rahul Kadyan

No setup, no installation

<script src="//unpkg.com/vue"></script>
<script src="//unpkg.com/vue-keynote"></script>
...
<div id="app">
  <Keynote>
    ...
  </Keynote>
</div>
<script>
  new Vue({ el: '#app' })
</script>