Skip to content

Instantly share code, notes, and snippets.

@develax
Created April 20, 2019 09:59
Show Gist options
  • Save develax/c8e87bc985ba552ba947344e664b7ec6 to your computer and use it in GitHub Desktop.
Save develax/c8e87bc985ba552ba947344e664b7ec6 to your computer and use it in GitHub Desktop.
ASP.NET Core + VueJS setup steps

ASP.NET Core + VueJS setup

Scaffolding a project with .NET CLI

  1. Install SPA templates:
> dotnet new --install Microsoft.AspNetCore.SpaTemplates::*

you will see

ASP.NET Core with Vue.js   vue [C#]     Web/MVC/SPA

in the rusult list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment