Azure-Samples / service-fabric-dotnet-quickstart

Service Fabric quickstart .net application sample
MIT License
131 stars 199 forks source link

Switch from angular and angular ui to vue #34

Open prog-rajkamal opened 2 years ago

prog-rajkamal commented 2 years ago

Motivation

The tutorial project currently uses angular js v1.7, while .NET version has been updated continuously with a branch using .NET 6.0. The js code has been largely left the same and it has started to rot. See: screenshots in https://github.com/MicrosoftDocs/azure-docs/pull/82174

Moreover, Angular js v1.7 is not a recommended framework even by Angular team. Hence project should be updated to a modern framework.

Solution: switch to a modern js framework i.e. Vue.js

Among the popular js frameworks, angular 2, react, vue, and svelte, only vue works without build tools. Hence i consider vue as the logical js framework to use.

I am willing to take the initiative here and make PRs to that end. However, as this requires effort on my part, so i want a confirmation from project maintainers before i invest my time into it