dieegov / aspnetcore-vue-template

A template with ASP.NET Core 3.1 + Vue.JS + Vuetify + Router + Vuex

Repository from Github https://github.comdieegov/aspnetcore-vue-templateRepository from Github https://github.comdieegov/aspnetcore-vue-template

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

About

A template with ASP.NET Core 3.1 + Vue.JS + Vuetify + Router + Vuex

License:MIT License


Languages

Language:C# 38.4%Language:Vue 36.1%Language:HTML 13.4%Language:JavaScript 12.1%