This one might have to wait until the rename from @aurelia/router-lite to @aurelia/router is completed. But, currently when the user chooses routing in the CLI, there's nothing configured in the app.
We should have:
- Default registered routes
- Configuration based routing
- Adds in a
<au-viewport> element pair to my-app.html
- A routable component so users can see routing work immediately after scaffolding and install
CC @Sayan751