Clean and lightweight Bootstrap 4 Admin Template with awesome premium features. AdminPlus extends Bootstrap 4 with layout options, sidebar navigation and a modern theme and it's a perfect choice for a professional admin template.
See AdminPlus Lite Demo and AdminPlus Premium Demo
While AdminPlus Lite is free, there are premium extras available such as custom dashboard designs, custom components, custom pages, integration samples with various 3rd party plugins, dedicated support from our team and more!
AdminPlus Lite is a simple drop-in library which can be used with any existing or new Bootstrap 4 project. AdminPlus Lite includes the most basic assets of the AdminPlus Premium edition, the basic (but awesome!) Bootstrap 4 theme and minimal extras, such as sidebar navigation.
It’s also published with npm to provide an easy way of loading and updating AdminPlus Lite in any project.
AdminPlus provides a variety of guides and starter boilerplates for commonly used workflows and tooling such as npm, gulp, browserify and webpack.
Integration samples with popular front end libraries such as AngularJS, MeteorJS, Vue.js and server side libraries such as Laravel and Ruby on Rails (coming soon).
The adminplus package does not include any vendor libraries. To install all the dependencies, run:
npm install
You can easily build adminplus yourself. Our build tool of choice is webpack and any of the following commands will create the files
dist/adminplus.js
anddist/adminplus.css
Before you can build adminplus, make sure webpack is installed globally:
npm install -g webpack
Includes minification and several optimizations:
npm run build
A faster build suited for development, with no optimizations and without minification:
npm run build-dev
Start an initial development build and then FAST continuous incremental builds:
npm run dev