本地AngularJS API文件
原文链接:https://www.f2er.com/angularjs/144761.html以下是我在Mac上本地托管Angular.JS文档的方法:
>下载压缩版本的Angular.JS Build,其中包含了AngularJS的构建,以及文档和其他演示。
>解压缩Angular.JS文件夹。
>下载安装Node.JS。
>使用Mac终端,全局安装npm软件包http-server,以便可以从命令行运行。
$ sudo npm install -g http-server
cd到Angular.JS docs文件夹和启动http-server。
$ http-server -a 127.0.0.1
启动http-server,提供./ on:http://127.0.0.1:8080
>使用浏览器查看文档@ http://127.0.0.1:8080/index-production.html
注意:
使用Chrome中的http-server(http://0.0.0.0:8080)和http://0.0.0.0:8080/index-production.html提供的默认设置将导致谷歌搜索。或者,您可以创建一个书签,Chrome将停止搜索。