Last updated by bronoman 3 months ago
grails install-plugin KickstartWithBootstrap
for Grails 2.0.0 use:
grails install-plugin kickstart-with-bootstrap
Last updated by joerg.rech 3 months ago
Usage
After installation you can call "grails kickstartWithBootstrap" which will copy several files into your project.
It will overwrite only few files (e.g., in conf, src, and views) -
you should use it only on fresh new Grails project.
Afterwards create your domain classes (or copy them into the project) and generate contollers and views - they will now use the Bootstrap framework!
Notes
- Currently, only tested with Grails 1.3.7 and 2.0.0 projects!
- Uses a vertical responsive Bootstrap 2.0 template (with some graphics from 1.4)
- Does only use plain Bootstrap (currently, without Less).
- The plugin copies the files into your project - you can uninstall the plugin thereafter.
- It does NOT use the Bootstrap plugin.
Terms of Use
Changelog
- 0.5.6 : Empty commit to test Grails plugin publish mechanism
- 0.5.5 : Minor bugfix (missing import) and correction of KickstartWithBootstrapGrailsPlugin.groovy
- 0.5.4 : Added measurement of time to simple console logging in KickstartFilters
- 0.5.3 : Improvement of error.gsp
- 0.5.2 : Cleanup of code and scripts. Improvement of I18N
- 0.5.1 : Minor bugfixes in Bootstrap and layout files
- 0.5 : Initial shared version
Last updated by 3 months ago
Last updated by bronoman 3 months ago
index.gsp kickstarted:

list.gsp beefed up:

switch languages instantly...