1 changed files with 17 additions and 0 deletions
@ -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…
Reference in new issue