I want to view this demo of Polymerfire in my browser
我希望在我的浏览器中看到该演示。相反,我看到一个空白页面和以下控制台错误。
console.log.error.message获取http://localhost:8080/ 404(未找到)
导航到http://localhost:8080/
我使用了以下程序:
my-app
。bower install ---save firebase/polymerfire
cd path/to/my-app
我可以做些什么来尝试解决这个问题,以便在浏览器中看到演示版本?
答案 0 :(得分:4)
运行元素演示的最佳方法是检查它......
git clone https://github.com/firebase/polymerfire.git
cd polymerfire
bower install
polymer serve
我从未试图从bower install'd文件夹中运行演示,但上述方法可以正常工作。
答案 1 :(得分:4)
您还必须导航到正确的localhost路径:
http://localhost:8080/components/polymerfire/demo/
所以完整的程序(从命令行)是:
首先,install the polymer-cli per the instructions found here。
npm install -g bower
npm install -g polymer-cli
然后运行以下内容。
shell.shgit clone https://github.com/firebase/polymerfire.git
cd polymerfire
bower install
polymer serve
open http://localhost:8080/components/polymerfire/demo/