README
Yeoman generator that scaffolds out a YUI3 app-framework App
j
Features
- scaffold a YUI3 app, using YUI3 built in App Framework and module support
- support for model, modellist, view, and widget w/ tests
Getting Started
- Install:
npm install -g generator-webapp
- Run:
yo yui3-app
- Run
grunt
for building andgrunt serve
for preview *
Available generators:
- yui3-app
- yui3-app:model
- yui3-app:modellist
- yui3-app:view
- yui3-app:widget