DEV Community

Cover image for AdminLTE v3.2.0 Release
Sm0ke
Sm0ke

Posted on • Originally published at admin-dashboards.com

AdminLTE v3.2.0 Release

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

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.


AdminLTE - Calendar Page.


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
Enter fullscreen mode Exit fullscreen mode

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)
Enter fullscreen mode Exit fullscreen mode

At this point, we should be able to access AdminLTE in the browser and interact with all pages.


AdminLTE - Default Dashboard.


✨ 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 - UI Elements


AdminLTE - Charts page (v3.2.0)

AdminLTE - Charts JS Page


Thanks for reading! For more resources, feel free to access:


Top comments (2)

Collapse
 
crearesite profile image
WebsiteMarket

Great products, thanks for sharing.
I would be great to support BS5 in the future.

Collapse
 
sm0ke profile image
Sm0ke

🚀🚀