Writing Custom Javascript Code in our application.
Knowledge in VueJS is a must, you can check the VueJS documentation here https://vuejs.org/v2/guide/
In this example we will write an alert message everytime the page is loaded.
created: function(){ alert("Hello World"); }
When we publish the application, you can see the pop-up message “hello world” everytime the Order List Page is loaded.