Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/znck/vue-slides
Present with Vue
https://github.com/znck/vue-slides
keynote presentation presentation-tools slideshow vue
Last synced: about 11 hours ago
JSON representation
Present with Vue
- Host: GitHub
- URL: https://github.com/znck/vue-slides
- Owner: znck
- License: mit
- Created: 2018-04-29T21:52:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-28T16:39:19.000Z (over 5 years ago)
- Last Synced: 2024-05-29T03:11:15.255Z (6 months ago)
- Topics: keynote, presentation, presentation-tools, slideshow, vue
- Language: JavaScript
- Homepage: https://keynote.sh
- Size: 5.6 MB
- Stars: 241
- Watchers: 5
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Keynote
> Present with Vue
[https://keynote.sh](https://keynote.sh)
## Development
### To run the sample presentation
```bash
# 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/)
```bash
# 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