js1972 / generator-openui5

Yeoman generator for OpenUI5 applications and assets
Other
0 stars 0 forks source link

SPA (single page app support) #7

Closed js1972 closed 10 years ago

js1972 commented 10 years ago

As per @qmacro 's great template at https://github.com/qmacro/SublimeUI5/blob/master/Snippets/indexmspmvc.html.sublime-snippet - add support to the generator.

These type of single page developments are great for small apps where it is largely overkill to develop a multi-file MVC/Component-based architecture.

js1972 commented 10 years ago

Done in feature branch "spa".