Sign in to edit and +1 items.
Login required
Download

Kickstart with Bootstrap - Good looking websites!

(5)
Author(s) Joerg Rech
Current Release 0.5.6   (3 months ago)
Grails Version 1.3.3 > *
License(s) Apache License 2.0
Tags bootstrap  frontend  grails2  i18n  kickstart  ui 
Dependency
compile ":kickstart-with-bootstrap:0.5.6"
Kickstart is a plugin for Grails to start your project with a good looking frontend. It provides adapted scaffolding templates for standard CRUD pages using the Bootstrap web page template by Twitter.
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...