Skip to content

zkoss-demo/admin-template

Repository files navigation

ZK admin template project

This project can show you:

  • build an administration system with ZK components
  • develop with MVVM pattern
  • reusing view snippet as a template
  • easily apply responsive design (RWD) with Bootstrap
  • create a custom component with shadow elements

Article

Use Bootstrap with ZK: Responsive Admin Template

Screenshots

3 different screen width:

detail

This project integrates with the following 3rd party frameworks/resources:

Why not using Bootstrap 5? Since was not released at the moment we create this project.

This project includes Bootstrap with Webjars.

How to Run

No Maven

You can run the project with gradle wrapper by the command below (it will automatically download required files):

Linux/Mac

./gradlew appRun

Windows

gradlew appRun

With Maven installed

With the command below:

mvn jetty:run

After the jetty started visit http://localhost:8080/admin-template/

Browser compatibility

  • Chrome 49
  • Edge 15
  • Firefox 31
  • Opera 36
  • Safari
  • All mobile browsers

Since this project uses CSS custom properties.

Publish

jenkins2/job/update_war/

About

responsive design (RWD) with Bootstrap, font awesome

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published