reveal.js working/bootstrap 示例
reveal.js working/bootstrap example
我找到了 reveal.js 但找不到简单的工作示例。
我找到了 this,但它们要么太复杂,要么找不到来源。
有人有简单的例子吗?
如果您不想安装使用 reveal.js 所需的所有组件(围绕 npm),您仍然可以使用 docker 映像,例如 agiled-de/reveal.js-docker
This images makes it easy to use reveal.js with docker. It supports the use of the following plugins:
- MathJax Enables you to write LaTeX formulas in your presentations
- reveal.js-menu Adds a menu to test themes, transitions and jump to slides
- Chalkbord Write on your slides or on a chalkboard
- Reveal.js-Title-Footer Adds a footer that will stay on every slide
- Charts To create charts within your presentation
- vis.js To create graphs in your presentation
reveal.js repository on GitHub本身就是一个简单演示的演示。
您可以简单地在 GitHub 上创建项目分支,将分支克隆到您的本地文件系统并编辑根目录中的 index.html 文件以开始您的演示。
我自己已经用这种方式创建了几个演示文稿,最近的这个:https://github.com/pahund/devugees-prez-oct2017
如果您在名为 gh-pages 的特殊 Git 分支上创建演示文稿,您甚至可以在线查看它而无需将其部署到服务器,因为示例:https://pahund.github.io/devugees-prez-oct2017/
我找到了 reveal.js 但找不到简单的工作示例。
我找到了 this,但它们要么太复杂,要么找不到来源。
有人有简单的例子吗?
如果您不想安装使用 reveal.js 所需的所有组件(围绕 npm),您仍然可以使用 docker 映像,例如 agiled-de/reveal.js-docker
This images makes it easy to use reveal.js with docker. It supports the use of the following plugins:
- MathJax Enables you to write LaTeX formulas in your presentations
- reveal.js-menu Adds a menu to test themes, transitions and jump to slides
- Chalkbord Write on your slides or on a chalkboard
- Reveal.js-Title-Footer Adds a footer that will stay on every slide
- Charts To create charts within your presentation
- vis.js To create graphs in your presentation
reveal.js repository on GitHub本身就是一个简单演示的演示。
您可以简单地在 GitHub 上创建项目分支,将分支克隆到您的本地文件系统并编辑根目录中的 index.html 文件以开始您的演示。
我自己已经用这种方式创建了几个演示文稿,最近的这个:https://github.com/pahund/devugees-prez-oct2017
如果您在名为 gh-pages 的特殊 Git 分支上创建演示文稿,您甚至可以在线查看它而无需将其部署到服务器,因为示例:https://pahund.github.io/devugees-prez-oct2017/