deepakkumar1984 / ASP.NET-Core-with-Vue-JS

ASP.NET Core with Vue JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The template is equivalent to creating both an ASP.NET Core project to act as an API backend, and a Vue Js project to act as a UI, but with the convenience of hosting both in a single app project that can be built and published as a single unit. There is no dependency of Node js. Just follow the existing example to extend the application.

Vue is a progressive framework for building user interfaces. Unlike other monolithic frameworks, Vue is designed from the ground up to be incrementally adoptable. The core library is focused on the view layer only, and is easy to pick up and integrate with other libraries or existing projects. On the other hand, Vue is also perfectly capable of powering sophisticated Single-Page Applications when used in combination with modern tooling and supporting libraries.

https://marketplace.visualstudio.com/items?itemName=TechQuantum.DeepakAspNetVueJs

About

ASP.NET Core with Vue JS

License:MIT License


Languages

Language:C# 41.5%Language:Vue 19.7%Language:HTML 18.2%Language:JavaScript 12.0%Language:CSS 8.5%