znck / vue-slides

Present with Vue

Home Page:https://keynote.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keynote

Present with Vue

https://keynote.sh

Development

To run the sample presentation

# Build the command-line tool.
cd packages/@keynote/cli 
yarn

# Use the command-line tool to serve the sample presentation.
cd bin
./keynote.js dev ../../../../example/Simple.vue

Visit http://localhost:8080 in a browser to view the sample presentation.

To build the site (https://keynote.sh/)

# Install VuePress.
yarn global add vuepress

# Build the site.
yarn docs:dev

Visit http://localhost:8080 in a browser to view the Keynote web site.

License

MIT

About

Present with Vue

https://keynote.sh

License:MIT License


Languages

Language:JavaScript 56.5%Language:Vue 42.4%Language:CSS 0.5%Language:Shell 0.4%Language:HTML 0.3%