Skip to content

This is a template that can be used for .NET 5 and Nuxt applications

Notifications You must be signed in to change notification settings

ivankahl/dotnet5-aspnet-and-nuxt-template

Repository files navigation

.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

About

This is a template that can be used for .NET 5 and Nuxt applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages