Get your Front End Rolling with Vue and InertiaJS

The JavaScript frontend scene is exciting, but maybe you don’t want to write an API just to use the new shiny. Enter InertiaJS, a new framework that allows you to use Vue as your view layer while keeping your existing backend. Come see how to take advantage of this using ColdBox, Vue, and InertiaJS.


 is a new JavaScript framework made for people who don’t really need an API but want to use a modern JavaScript framework like React or Vue as their view layer. Inspired by libraries like Turbolinks, InteriaJS makes your app behave like a SPA while still being a fully sever-rendered app.

In this talk, we will go through

  • Visual explanation of InertiaJS
  • How to set up InertiaJS on the server
  • How to set up InertiaJS on the client
  • Demo of the end result
  • Pros and Cons

So skip writing the API you are only using yourself, just use your framework as normal and take advantage of the great frontend JavaScript world at the same time.