文件名称:ember-places-demo:使用Ember CLI和Google Places API的应用
文件大小:24KB
文件格式:ZIP
更新时间:2024-06-02 00:41:27
JavaScript
地方
一个使用Ember CLI和Google Places库返回位置结果列表的小型Web应用程序。 我使用Bootstrap进行了一些快速样式设置。 由于我未使用Google Maps API的付费版本,因此返回的结果会自动限制为20。而不是添加分页功能,我认为最有用的用户体验将是在滚动事件中随着用户向下移动的地图。 在此处查看演示: :
先决条件
您需要在计算机上正确安装以下物品。
(带有NPM)
安装
git clone
【文件预览】:
ember-places-demo-master
----.gitignore(247B)
----README.md(2KB)
----ember-cli-build.js(805B)
----public()
--------robots.txt(51B)
--------crossdomain.xml(585B)
----.bowerrc(60B)
----.ember-cli(280B)
----tests()
--------test-helper.js(112B)
--------unit()
--------.jshintrc(831B)
--------helpers()
--------index.html(966B)
----app()
--------components()
--------routes()
--------views()
--------router.js(194B)
--------app.js(420B)
--------models()
--------helpers()
--------styles()
--------index.html(755B)
--------templates()
--------controllers()
----.jshintrc(518B)
----bower.json(516B)
----package.json(1KB)
----vendor()
--------.gitkeep(0B)
----testem.json(198B)
----config()
--------environment.js(2KB)
----.watchmanconfig(29B)
----.travis.yml(318B)
----.editorconfig(543B)