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
Online Demo
Screenshots
3 different screen width:
detail
This project integrates with the following 3rd party frameworks/resources:
- Bootstrap 4.6.0. Customize color with themestr.app
Why not using Bootstrap 5? Since was not released at the moment we create this project.
- Font Awesome·4.7.0: bundled with ZK framework (since 8.5.2)
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/