-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
68 changed files
with
81 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,24 +32,24 @@ Legacy Releases are [AdminLTE 2](https://github.com/ColorlibHQ/AdminLTE/releases | |
### Grab from [jsdelivr](https://www.jsdelivr.com/package/npm/admin-lte) 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.0.5/dist/js/adminlte.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/admin-lte@3.1/dist/js/adminlte.min.js"></script> | ||
``` | ||
```html | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/admin-lte@3.0.5/dist/css/adminlte.min.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/admin-lte@3.1/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._ | ||
#### Via npm | ||
```bash | ||
npm install admin-lte@^3.0.5 --save | ||
npm install admin-lte@^3.1 --save | ||
``` | ||
#### Via Yarn | ||
```bash | ||
yarn add admin-lte@^3.0.5 | ||
yarn add admin-lte@^3.1 | ||
``` | ||
#### Via Composer | ||
```bash | ||
composer require "almasaeed2010/adminlte=~3.0.5" | ||
composer require "almasaeed2010/adminlte=~3.1" | ||
``` | ||
#### Via Git | ||
```bash | ||
|
@@ -60,24 +60,24 @@ git clone https://github.com/ColorlibHQ/AdminLTE.git | |
### Grab from [jsdelivr](https://www.jsdelivr.com/package/npm/admin-lte) CDN: | ||
_**Important Note**: You needed to add separately cdn links for plugins in your project._ | ||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]-rc/dist/js/adminlte.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/adminlte.min.js"></script> | ||
``` | ||
```html | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]-rc/dist/css/adminlte.min.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/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._ | ||
#### Via npm | ||
```bash | ||
npm install admin-lte@^3.1.0-rc --save | ||
npm install admin-lte@^3.1.0 --save | ||
``` | ||
#### Via Yarn | ||
```bash | ||
yarn add admin-lte@^3.1.0-rc | ||
yarn add admin-lte@^3.1.0 | ||
``` | ||
#### Via Composer | ||
```bash | ||
composer require "almasaeed2010/adminlte=~3.1.0-rc" | ||
composer require "almasaeed2010/adminlte=~3.1.0" | ||
``` | ||
#### Via Git | ||
```bash | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,52 +15,24 @@ Legacy Releases are [AdminLTE 2](https://github.com/ColorlibHQ/AdminLTE/releases | |
### Grab from [jsdelivr](https://www.jsdelivr.com/package/npm/admin-lte) 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.0.5/dist/js/adminlte.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/admin-lte@3.1/dist/js/adminlte.min.js"></script> | ||
``` | ||
```html | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/admin-lte@3.0.5/dist/css/adminlte.min.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/admin-lte@3.1/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._ | ||
#### Via npm | ||
```bash | ||
npm install admin-lte@^3.0.5 --save | ||
npm install admin-lte@^3.1 --save | ||
``` | ||
#### Via Yarn | ||
```bash | ||
yarn add admin-lte@^3.0.5 | ||
yarn add admin-lte@^3.1 | ||
``` | ||
#### Via Composer | ||
```bash | ||
composer require "almasaeed2010/adminlte=~3.0.5" | ||
``` | ||
#### Via Git | ||
```bash | ||
git clone https://github.com/ColorlibHQ/AdminLTE.git | ||
``` | ||
|
||
## Unstable release | ||
### Grab from [jsdelivr](https://www.jsdelivr.com/package/npm/admin-lte) CDN: | ||
_**Important Note**: You needed to add separately cdn links for plugins in your project._ | ||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/adminlte.min.js"></script> | ||
``` | ||
```html | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/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._ | ||
#### Via npm | ||
```bash | ||
npm install admin-lte@^3.1.0-rc --save | ||
``` | ||
#### Via Yarn | ||
```bash | ||
yarn add admin-lte@^3.1.0-rc | ||
``` | ||
#### Via Composer | ||
```bash | ||
composer require "almasaeed2010/adminlte=~3.1.0-rc" | ||
composer require "almasaeed2010/adminlte=~3.1" | ||
``` | ||
#### Via Git | ||
```bash | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.