Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 592 Bytes

File metadata and controls

17 lines (11 loc) · 592 Bytes

.NET 5 ASP.NET and Nuxt Template

This is an SPA template that lets you use Nuxt for the frontend and .NET 5 in the backend. Right now the nuxt project is configured to use Vuetify as it's UI library however you can easily delete the client-app folder and rerun the following command:

# install using NPM
npx create-nuxt-app client-app

# OR

# install using Yarn
yarn create nuxt-app client-app

Credits

Thanks to Sam Walpole for the instructions on how to set this up: https://hackernoon.com/essential-guide-to-running-nuxt-from-an-aspnet-core-web-application-au2f3zsa