Vue Example - Weather Report

Up to this point, all examples are written in plain JavaScript without the use of any frameworks.

This example uses Vue, a popular framework for building user interfaces. It builds on top of standard HTML, CSS and JavaScript and helps you efficiently develop user interfaces. It is well suited for the style of simple interfaces required for controllers. Keeping things simple, Vue apps will run from Captivate’s file server, so there is no need to set up a more sophisticated server of your own.

This example offers a simple weather report tool.

This provides a great working example for both building with Vue and using the National Weather Service APIs to capture weather data.

Last updated