-
-
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
1 parent
3295f56
commit 9803ffc
Showing
3 changed files
with
7 additions
and
7 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
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ _**Important Note**: You needed to add separately cdn links for plugins in your | |
|
||
```html | ||
<script | ||
src="https://cdn.jsdelivr.net/npm/[email protected]alpha2/dist/js/adminlte.min.js" | ||
src="https://cdn.jsdelivr.net/npm/[email protected]beta1/dist/js/adminlte.min.js" | ||
integrity="sha256-5SPy1/00NR75iVOk7p0Ci0nwAAM8Ab7j31wyie+DKYw=" | ||
crossorigin="anonymous" | ||
></script> | ||
|
@@ -25,7 +25,7 @@ _**Important Note**: You needed to add separately cdn links for plugins in your | |
```html | ||
<link | ||
rel="stylesheet" | ||
href="https://cdn.jsdelivr.net/npm/[email protected]alpha2/dist/css/adminlte.min.css" | ||
href="https://cdn.jsdelivr.net/npm/[email protected]beta1/dist/css/adminlte.min.css" | ||
integrity="sha256-c66Dhf3TzKZoXxk8aNaf2lu580xGnKke4mjUtbpMqYg=" | ||
crossorigin="anonymous" | ||
/> | ||
|
@@ -38,19 +38,19 @@ _**Important Note**: To install it via npm/Yarn, you need at least Node.js 14 or | |
#### Via npm | ||
|
||
```bash | ||
npm install [email protected]alpha2 --save | ||
npm install [email protected]beta1 --save | ||
``` | ||
|
||
#### Via Yarn | ||
|
||
```bash | ||
yarn add [email protected]alpha2 | ||
yarn add [email protected]beta1 | ||
``` | ||
|
||
#### Via Composer | ||
|
||
```bash | ||
composer require "almasaeed2010/adminlte=4.0.0-alpha2" | ||
composer require "almasaeed2010/adminlte=4.0.0-beta1" | ||
``` | ||
|
||
#### Via Git | ||
|
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