网页版PPT快速安装指南
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
.
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。