Using VueJS with ArcGIS API for JavaScript
It’s no secret that I am a fan of JavaScript frameworks.
One little framework I haven’t touched in a long time is VueJS.
What I really like about VueJS is that it is a very simple to use JavaScript framework that provides a big benefit to developers that want a templating library without all the cruft. It can scale well and it also provides all the stuff that JavaScript developers are looking for, it has a vdom and it provides easy to update bindings and it’s own custom elements that can be reused.
In this quick demo, I show how you can create a custom element to display detailed information about the Camera of a SceneView in the ArcGIS API for JavaScript.
Enjoy and if you have any questions, let me know!