I’m noticing that the CLI has a more recent version than what I’m using. I was going to upgrade but began to wonder if the 2.0.x version of the CLI was for installing Aurelia 2 or if it still installs Aurelia 1.
Also, what exactly does selecting the .NetCore option of the CLI do that the simple Web option does not? Is it simply adding code to the Startup.cs file to add SPA functionality or does it do more than that?
The Aurelia cli 2.0.x will create an Aurelia V1 app. The way to create V2 app is using npx makes aurelia
I don’t know what the .Net Core option does I have never used it personally.
The decoupling of aurelia-cli repo and Aurelia 1 skeleton repo, means we can keep updating the skeleton repo without the need of constantly releasing new version of aurelia-cli.