Getting started/migrating to AU2 for .Net projects

Hello,
This is a package for using the new SpaServices of .net core 5 with Aurelia.
In the folder AureliaAspNetCore there is an example of Aurelia 2 application working with .net core. I have used it to starting point to migrate my projects to AU2/.net 5.

The main update I have needed(only in some projects) is using a fixed port for the webpack application and replace the spa.UseAureliaCliServer("start"); of the example (that calls the npm start to run the application) with spa.UseProxyToSpaDevelopmentServer("http://localhost:50662"); and starting the webpack server “manually” executing webpack server --port 50662.

(and by the way, AU2 is absolutely great!)

1 Like