arcgis api for javascript: using it with emberjs€¦ · ember install ember-cli-amd --save-dev -...

Post on 23-Aug-2020

8 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

ArcGIS API for JavaScriptUsing it with EmberJS

Frederic Aubry

Rene Rubalcava - @odoenet

EmberJS - Creating Ambitious Web Apps

What is Ember?A framework for building ambitious web apps.Provides a strong structure for development.Great for working with teams.Introduces you to Web Components.emberjs

ember-cli

Command line tools for building web apps.Adheres to a strict structure for applications.Uses ES6 for development.Rich addon support -

ember-cli.com

emberaddons

ToolingPrerequisite: Node 0.12.7 and upnpm install -g ember-cliember new my-appember install ember-cli-amd --save-dev - for JSAPI!

Some challengesEmber has it's own loader system.We built an addon to use JSAPI with it: ember-cli-amd

Let's build an appDemo fun time!

QuestionsFrederic Aubry

Rene Rubalcava - @odoenet

#

top related