Hi all,
i would like to know if there is a starting template for aurelia and vs19 with .netcore 3.
Best regards,
Andrea
Hi all,
i would like to know if there is a starting template for aurelia and vs19 with .netcore 3.
Best regards,
Andrea
Not using the CLI, currently. I typically just au new
in one folder, and dotnet new
in another, then copy the relevant bits from the au project into the dotnet project.
I have tried a few template and the one I like best is here:
I also use winmerge to incorporate various features between vanilla vs templates and au templates.