3musket33rs / html5-mobile-scaffolding

A plugin that scaffold HTML5 mobile application using jQuery mobile in a single page.
Apache License 2.0
16 stars 3 forks source link

html5-mobile-scaffolding

HTML5-mobile-scaffolding is part of the 3musket33rs mobile suite. We offer Grails plugins around mobile. You want to:

You want to know more... Find full documentation here

Install it

Add a dependency to BuildConfig.groovy:

plugins {
    compile ":html5-mobile-scaffolding:0.6.1"
    ...
}

NOTES: Not yet published on Grails central, the latest source code has been updated for Grails 2.3.6.

html5-mobile-scaffolding depends on events-push. As the only deployed version in grails central is 1.0.M3, you need to get the latest one from github repo and change BuildConfig to point to source code

grails.plugin.location."events-push" = "../grails-events-push"

To test it

grails html-generate-all org.myproject.MyDomainClass
grails run-app

Available Targets

html-generate-views [domainClass] [optional viewName]
html-generate-controllers [domainClass]
html-generate-all [domainClass] [optional viewName]

Give it a trial and send us feedback!

3muskete33rs on twitter @3musket33rs