AdminLTE/docs/index.md

41 lines
660 B
Markdown
Raw Normal View History

---
layout: page
title: 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.
2020-06-02 15:57:24 +02:00
## Download
{: .h3 }
### From GitHub
2020-05-31 13:11:55 +02:00
Visit the releases section on GitHub and download the [latest release](https://github.com/ColorlibHQ/AdminLTE/releases).
2020-06-02 15:57:24 +02:00
### Command Line
#### Via NPM
```bash
npm install admin-lte@^3.0 --save
```
2020-06-02 15:57:24 +02:00
#### Via Yarn
```bash
yarn add admin-lte@^3.0
```
2020-06-02 15:57:24 +02:00
#### Via Composer
```bash
composer require "almasaeed2010/adminlte=~3.0"
```
2020-06-02 15:57:24 +02:00
#### Via Git
```bash
git clone https://github.com/ColorlibHQ/AdminLTE.git
```