|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
[](https://www.npmjs.com/package/admin-lte)
|
|
|
[](https://packagist.org/packages/almasaeed2010/adminlte)
|
|
|
-[](https://cdnjs.com/libraries/admin-lte)
|
|
|
+[](https://www.jsdelivr.com/package/npm/admin-lte)
|
|
|
[](https://gitpod.io/from-referrer/)
|
|
|
|
|
|
**AdminLTE** is a fully responsive administration template. Based on **[Bootstrap 4.5](https://getbootstrap.com/)** framework and also the JS/jQuery plugin.
|
|
@@ -26,10 +26,22 @@ There are multiple ways to install AdminLTE.
|
|
|
|
|
|
### Download & Changelog:
|
|
|
|
|
|
-Download from GitHub latest release [AdminLTE 3](https://github.com/ColorlibHQ/AdminLTE/releases/latest).
|
|
|
-Visit the [releases](https://github.com/ColorlibHQ/AdminLTE/releases) page to view the changelog.
|
|
|
+Always Recommended to download from GitHub latest release [AdminLTE 3](https://github.com/ColorlibHQ/AdminLTE/releases/latest) for bug free and latest features.\
|
|
|
+Visit the [releases](https://github.com/ColorlibHQ/AdminLTE/releases) page to view the changelog.\
|
|
|
Legacy Releases are [AdminLTE 2](https://github.com/ColorlibHQ/AdminLTE/releases/tag/v2.4.18) / [AdminLTE 1](https://github.com/ColorlibHQ/AdminLTE/releases/tag/1.3.1).
|
|
|
|
|
|
+### Grab from [jsdelivr](https://github.com/ColorlibHQ/AdminLTE/releases/latest) CDN :
|
|
|
+
|
|
|
+_**Important Note**: You needed to add separately cdn links for plugins in your project._
|
|
|
+
|
|
|
+```html
|
|
|
+<script src="https://cdn.jsdelivr.net/npm/admin-lte@3.1.0/dist/js/adminlte.min.js"></script>
|
|
|
+```
|
|
|
+
|
|
|
+```html
|
|
|
+<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/admin-lte@3.1.0/dist/css/adminlte.min.css">
|
|
|
+```
|
|
|
+
|
|
|
### Using The Command Line:
|
|
|
|
|
|
_**Important Note**: To install it via npm/Yarn, you need at least Node.js 10 or higher._
|