szalishchuk / generator-spa

Yeoman generator for fast Single Page Application prototyping with PhoneGap integration.
MIT License
4 stars 1 forks source link

add homepage #18

Closed szalishchuk closed 10 years ago

szalishchuk commented 10 years ago

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.

szalishchuk commented 10 years ago

Done.