码迷,mamicode.com
首页 > Web开发 > 详细

网页版PPT快速安装指南

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

标签:style   blog   http   os   io   for   ar   art   

 

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快速安装指南

标签:style   blog   http   os   io   for   ar   art   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!