Browse Source

ReadMe

master
Choirul Fajri 2 years ago
parent
commit
de3de31b7a
  1. 17
      README.md

17
README.md

@ -0,0 +1,17 @@ @@ -0,0 +1,17 @@
## Technologies Used
- [Dojo Toolkit](https://dojotoolkit.org/)
- [Arcgis JS API SDK 4.30](https://developers.arcgis.com/javascript/latest/downloads/)
## Structure Folder Framework AMD (Asynchronous Module Definition)
## Application workflow based on AMD Dojo Toolkit
- Index.html is the first to be loaded
- Boot.js is the core module in the application
- import another module such as widget module in boot.js
- register the widget module created inside index.html in dojo.configuration section
Loading…
Cancel
Save