go home

icon Aurelia SPA (aurelia)

This release has the ability to scaffold out an entire .NET Core project with Aurelia CLI. This will help streamline the Aurelia build process and enable rapid development in an integrated environment. You can generate a full fledge secure application with the --secure true option on top of all the normal options. $ dotnet new -i Aurelia.DotNet.Templates $ dotnet new aurelia $ dotnet new aurelia --help Generates a SPA App with .NET Core backend and Aurelia front end
dotnet new --install "Aurelia.DotNet.Templates"
dotnet new aurelia
  • Tags: language: C# type: project
  • Classifications: Web MVC SPA