首页 > Web开发 > 详细

网页版PPT快速安装指南

时间:2014-08-14 23:28:56      阅读:396      评论:0      收藏:0      [点我收藏+]

 

https://github.com/hakimel/reveal.js#installation

 

1.install Node.js

brew install nodejs

  

2. install Grunt

http://gruntjs.com/getting-started#installing-the-cli

npm install -g grunt-cli

npm install grunt --save-dev

 

 

 

3. Clone the reveal.js repository

 

$ git clone https://github.com/hakimel/reveal.js.git

 

 

 

4.Navigate to the reveal.js folder

 

$ cd reveal.js

 

 

 

5.Install dependencies

 

$ npm install

 

 

 

6.Serve the presentation and monitor source files for changes

 

$ grunt serve

 

 

 

7.Open http://localhost:8000 to view your presentation

You can change the port by using grunt serve --port 8001.

 

网页版PPT快速安装指南,布布扣,bubuko.com

网页版PPT快速安装指南

原文:http://www.cnblogs.com/iwangzheng/p/3913511.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!