Working on Vuejs and C#
Researching code generation tools
Writing some Views that are Vue based while having ASP.net Framework web api as the backend. Using Dapper as the ORM. 
Discovered that to do it the way I like, I need to write a lot of Javascript. Other members of my team are not fluent in javascript so researching ways to generate the controller/views from the dapper models.