mirror of https://github.com/ColorlibHQ/AdminLTE
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.0 KiB
1.0 KiB
layout | title |
---|---|
page | Introduction |
AdminLTE can be installed using multiple methods. Pick your favorite method from the list below. Please be sure to check the dependencies section before continuing.
Download from GitHub
Visit the releases section on GitHub and download the latest release.
Grab from jsdelivr CDN :
Important Note: You needed to add separately cdn links for plugins in your project.
<script src="https://cdn.jsdelivr.net/npm/admin-lte@3.1/dist/js/adminlte.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/admin-lte@3.1/dist/css/adminlte.min.css">
Command Line
Via NPM
npm install admin-lte@^3.1 --save
Via Yarn
yarn add admin-lte@^3.1
Via Composer
composer require "almasaeed2010/adminlte=~3.1"
Via Git
git clone https://github.com/ColorlibHQ/AdminLTE.git