kevinta893 / asp-net-vuetify-template

A simple SPA template in ASP .Net Core API server and web host configured for Vue+Vuetify.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asp-net-vuetify-template

A simple SPA template in ASP .Net Core configured for Vue+Vuetify. Demo has a simple button that keeps track of the number of pokes (button clicks) via an API.

Development

  1. Install all NPM dependancies using npm install
  2. Run the npm run watch command in the background so that updates are bundled to the page while the server is running (requires page refresh). See package.json for more commands. Recommended to use the Visual Studio Extension: NPM Task Runner to manage NPM tasks in Visual Studio.

References

Used instructions from the following blog posts:

  1. https://www.red-gate.com/simple-talk/dotnet/net-development/introduction-to-vue-js-with-a-single-page-application-spa-in-visual-studio/
  2. https://www.freecodecamp.org/news/how-to-build-an-spa-with-vuejs-and-c-using-net-core/

About

A simple SPA template in ASP .Net Core API server and web host configured for Vue+Vuetify.

License:MIT License


Languages

Language:JavaScript 56.6%Language:C# 21.6%Language:Vue 18.4%Language:HTML 3.4%