esri-glimmer-example

June 9, 2017 ยท View on GitHub

An example of how to use the ArcGIS API for JavaScript in a glimmerjs application.

Screenshot

This uses the pattern (and a copy of the code) from esri-loader to lazy-load the ArcGIS API for JavaScript in a glimmer app.

This is a work in progress hacked up w/ @odoe at EmberConf 2017.

Development Instructions

The rest of this README outlines the details of collaborating on this Glimmer application.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd esri-glimmer-example
  • yarn

Running / Development

Building

  • ember build (development)
  • ember build --environment production (production)