AdminLTE/docs/index.md
REJack c66ab85940
further docs changes
- updated docs assets
- added yarn install info
- overhauled color parts in layout.md
- added components/main-sidebar, /control-sidebar & /cards
- updated title in components/main-header
- created blank pages javascript/control-sidebar& /push-menu to ensure docs generation
- renamed Sidebar to Main Sidebar
2019-07-17 23:05:57 +02:00

42 lines
819 B
Markdown
Executable file

---
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.
#### Download
###### __From Github__
Visit the releases section on Github and download the [latest release](https://github.com/ColorlibHQ/AdminLTE/releases).
#### Command Line
###### __Via NPM__
```bash
npm install admin-lte --save
```
###### __Via Yarn__
```bash
npm add admin-lte
```
###### __Via Bower__
```bash
bower install admin-lte
```
> If bower asks which version of jQuery to use, choose version 3 or above.
{: .quote-info}
###### __Via Composer__
```bash
composer require "almasaeed2010/adminlte=~3.0"
```
###### __Via Git__
```bash
git clone https://github.com/ColorlibHQ/AdminLTE.git
```