We should add a homepage that primary route will refer to, if the subroute is empty. It should extend from the PageView prototype, which provides a straightforward way of specifying modules, that will be displayed within that page.
Homepage is a primary component for the app and should be generated along with other core modules.
We'll have a subgenerator for other pages that have dedicated routes.
P.S. Don't forget to properly wire it up with the router.
We should add a homepage that primary route will refer to, if the subroute is empty. It should extend from the PageView prototype, which provides a straightforward way of specifying modules, that will be displayed within that page.
Homepage is a primary component for the app and should be generated along with other core modules.
We'll have a subgenerator for other pages that have dedicated routes.
P.S. Don't forget to properly wire it up with the router.