在线预览pdf

// 进入源码文件夹
cd pdf.js

// 安装gulp脚手架
npm install -g gulp-cli

// 安装项目依赖
npm install

// 编译es6版本
gulp generic

// 编译es5版本
gulp generic-es5