文件名称:ezgoing:使用 Google Maps API 演示基于 AngularJS 的代码
文件大小:986KB
文件格式:ZIP
更新时间:2024-06-25 15:27:02
JavaScript
例如 例如 - EzGoing 是 NodeJS/ExpressJS 应用程序演示。 我正在使用这个演示来展示一些关于干净的基于 AngularJS 的编码指南和框架的例子。 它使用 Google Maps API 展示了一个非常粗略的基于网络的 UBER 实现。 家 要到达例如,您可以访问 部署 EzGoing 前端是使用 MEAN 堆栈构建的:MongoDB(用于容纳各种平台配置等)、Express 作为服务器端框架、Angular 用于客户端和 Node.js(服务器端 javascript)。 以下命令可用于部署: In the git bash console: $ git clone git@github.com:ashishbajaj99/ezgoing $ ./deploy.sh clean $ npm test Open browser for http://loc
【文件预览】:
ezgoing-master
----.gitignore(159B)
----routes()
--------users.js(785B)
--------position.js(4KB)
--------test-run.js(1KB)
----README.md(1KB)
----views()
--------index.jade(66B)
--------layout.jade(190B)
--------error.jade(84B)
----bin()
--------www(360B)
----public()
--------views()
--------javascripts()
--------stylesheets()
--------admin.html(2KB)
--------webrtc.html(2KB)
--------images()
--------login.html(6KB)
--------index.html(2KB)
--------.DS_Store(6KB)
----app.js(2KB)
----package.json(458B)
----deploy.sh(1KB)