Hello Coders!
This article presents AdminLTE, an iconic dashboard template with 40k+
Github stars and used by more than 24k
developers (according to GH stats). The latest release (v3.2.0
) comes with a few nice evolutions and fixes. The product can be downloaded from Github under the MIT License and used for commercial products and eLearning activities.
Thanks for reading! Content provided by Admin Dashboards
- π AdminLTE v3.2.0 - release page
- π AdminLTE - official documentation
For newcomers, AdminLTE is a fully responsive administration template. Based on Bootstrap 4.6 framework and also the JS/jQuery plugin. Highly customizable and easy to use. Fits many screen resolutions from small mobile devices to large desktops.
The product can be compiled and started with ease in a local environment using a decent version of NodeJS
(14.7 and above), GIT
, and a modern code editor like VsCode
or Atom
.
β¨ Compile AdminLTE from Sources
Once the sources are downloaded from the official repository, the sources can be compiled via Yarn or NPM.
AdminLTE - Clone/download sources
$ git clone https://github.com/ColorlibHQ/AdminLTE.git
$ cd AdminLTE
AdminLTE - Install modules and start for development
$ npm i # install modules via NPM
// OR
$ yarn # install modules via Yarn
$
$ npm run dev # start in development mode (with LIVE reload)
// OR
$ yarn dev # start in development mode (with LIVE reload)
At this point, we should be able to access AdminLTE in the browser and interact with all pages.
β¨ Release Summary
This section presents a short summary of this update. For full information, feel free to access the official release page.
- π Enhanced
Dark Mode
- π
SVG Font Awesome
Icon support - π
Docker
dev-preset - π Reworked
Dark/Light
colors - π
Custom Scrollbar style
(Non-Plugin-Scrollbar)
The support for Node v12 is officially dropped.
AdminLTE - UI Elements (v3.2.0)
AdminLTE - Charts page (v3.2.0)
Thanks for reading!
For more resources, feel free to access:
- β¨ More Free Dashboards crafted in Django, Flask, and React
- β¨ More Admin Dashboards - a huge index with products
Top comments (2)
Great products, thanks for sharing.
I would be great to support BS5 in the future.
ππ