Skip to content

dieegov/aspnetcore-vue-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aspnetcore-vuejs-template

Template for creation of Vue JS aplications and Asp.Net Core 3.1 Web API

Nuget Nuget Downloads MIT License


Features

Prerequisites


Getting started

  • Download it via dotnet templates
// Make a directory mkdir your-project-folder && cd your-project-folder // Download the dotnet template dotnet new -i aspnetcore-vuejs-template // Run and install the template dotnet new vue-vuetify // Make sure you install the dependencies in CLientApp folder npm install // Run project dotnet run