Building Web apps with VueJS and .Net

Web apps with VueJS and dotNet

After a bit of research I came across VueJS and after some experimentation I was able to make it work in tandem with MVC says Marco Muscat in his tutorial, while he had been on the look out for Javascript frameworks to use with his MVC projects. The workflow of the tutorial follows the concept of App Silos.

Getting started is relatively easy, you can start by creating standard MVC 5 project and follow along:

  1. Organizing VueJS within an MVC project.
  2. Loading server data
  3. Preloading data
  4. Routing within a Silo (with Vue router)

Obviously just placing all your JS in your view is a guaranteed path for headaches, pain and misery!

The Tutorial and examples on Github, by Marco.