AdminLTE/README.md

122 lines
4 KiB
Markdown
Raw Normal View History

2015-02-22 20:12:01 +01:00
Introduction
============
2014-10-31 02:31:01 +01:00
2019-11-02 14:51:13 +01:00
[![npm version](https://img.shields.io/npm/v/admin-lte/latest.svg)](https://www.npmjs.com/package/admin-lte)
[![Packagist](https://img.shields.io/packagist/v/almasaeed2010/adminlte.svg)](https://packagist.org/packages/almasaeed2010/adminlte)
[![CDNJS](https://img.shields.io/cdnjs/v/admin-lte.svg)](https://cdnjs.com/libraries/admin-lte)
**AdminLTE** is a fully responsive administration template. Based on **[Bootstrap 4.4](https://getbootstrap.com)** framework and also the JS/jQuery plugin.
2018-03-17 18:07:55 +01:00
Highly customizable and easy to use. Fits many screen resolutions from small mobile devices to large desktops.
2014-02-01 17:15:26 +01:00
2019-11-02 13:33:03 +01:00
**Preview on [AdminLTE.io](https://adminlte.io/themes/v3)**
2015-02-22 20:12:01 +01:00
Looking for Premium Templates?
2015-02-23 01:59:19 +01:00
------------------------------
AdminLTE.io just opened a new premium templates page. Hand picked to ensure the best quality and the most affordable
2018-03-17 18:07:55 +01:00
prices. Visit https://adminlte.io/premium for more information.
2014-02-01 20:18:02 +01:00
2018-03-17 18:11:26 +01:00
!["AdminLTE Presentation"](https://adminlte.io/AdminLTE3.png "AdminLTE Presentation")
2014-02-01 17:15:26 +01:00
2018-03-17 18:07:55 +01:00
**AdminLTE** has been carefully coded with clear comments in all of its JS, SCSS and HTML files.
SCSS has been used to increase code customizability.
2014-02-01 17:15:26 +01:00
2015-02-22 20:12:01 +01:00
Installation
2015-02-23 01:59:19 +01:00
------------
2015-02-22 20:12:01 +01:00
There are multiple ways to install AdminLTE.
2018-03-17 18:07:55 +01:00
#### Download:
2015-02-23 01:59:19 +01:00
2020-05-31 13:11:55 +02:00
Download from [GitHub releases](https://github.com/ColorlibHQ/AdminLTE/releases).
2015-02-22 20:12:01 +01:00
2018-03-17 18:07:55 +01:00
#### Using The Command Line:
2015-02-22 20:12:01 +01:00
2020-05-08 15:12:46 +02:00
_**Important Note**: To install it via NPM/Yarn, you need at least Node.js 10 or higher._
2019-11-02 13:33:03 +01:00
__Via NPM__
2018-03-17 18:07:55 +01:00
```bash
2019-11-02 13:33:03 +01:00
npm install admin-lte@^3.0 --save
2015-02-22 20:15:19 +01:00
```
2015-02-22 20:12:01 +01:00
2019-11-02 13:33:03 +01:00
__Via Yarn__
```bash
yarn add admin-lte@^3.0
```
__Via Composer__
```bash
composer require "almasaeed2010/adminlte=~3.0"
```
2015-02-22 20:12:01 +01:00
2019-11-02 13:33:03 +01:00
__Via Git__
2018-03-17 18:07:55 +01:00
- Clone to your machine
2015-02-22 20:15:19 +01:00
```
git clone https://github.com/ColorlibHQ/AdminLTE.git
2015-02-22 20:15:19 +01:00
```
2015-02-22 20:12:01 +01:00
Documentation
2015-02-23 01:59:19 +01:00
-------------
2019-11-02 13:33:03 +01:00
Visit the [online documentation](https://adminlte.io/docs/3.0/) for the most
2015-02-22 20:12:01 +01:00
updated guide. Information will be added on a weekly basis.
Browser Support
2015-02-23 01:59:19 +01:00
---------------
2018-03-17 18:07:55 +01:00
- IE 10+
2015-02-22 20:12:01 +01:00
- Firefox (latest)
- Chrome (latest)
- Safari (latest)
- Opera (latest)
- Microsoft Edge (latest)
2015-02-22 20:12:01 +01:00
Contribution
2015-02-23 01:59:19 +01:00
------------
2015-02-22 20:12:01 +01:00
Contribution are always **welcome and recommended**! Here is how:
- Fork the repository ([here is the guide](https://help.github.com/articles/fork-a-repo/)).
2015-03-04 17:12:30 +01:00
- Clone to your machine ```git clone https://github.com/YOUR_USERNAME/AdminLTE.git```
2018-03-17 18:07:55 +01:00
- Create a new branch
2015-02-22 20:12:01 +01:00
- Make your changes
- Create a pull request
2019-11-02 16:18:08 +01:00
#### Compile dist files
To compile the dist files you need nodejs/npm, clone/download the repo then:
1. `npm install` (install npm deps)
2020-01-14 14:51:29 +01:00
2. _Optional:_ `npm run dev` (developer mode, autocompile with browsersync support for live demo)
2019-11-02 16:18:08 +01:00
3. `npm run production` (compile css/js files)
2015-02-23 01:59:19 +01:00
2019-11-02 16:18:08 +01:00
#### Contribution Requirements:
2018-02-04 00:45:19 +01:00
- When you contribute, you agree to give a non-exclusive license to AdminLTE.io to use that contribution in any context as we (AdminLTE.io) see appropriate.
2020-05-31 14:28:48 +02:00
- If you use content provided by another party, it must be appropriately licensed using an [open source](https://opensource.org/licenses) license.
2020-05-31 13:11:55 +02:00
- Contributions are only accepted through GitHub pull requests.
2015-02-22 20:12:01 +01:00
- Finally, contributed code must work in all supported browsers (see above for browser support).
License
2015-02-23 01:59:19 +01:00
-------
2020-05-31 14:28:48 +02:00
AdminLTE is an open source project by [AdminLTE.io](https://adminlte.io) that is licensed under [MIT](https://opensource.org/licenses/MIT). AdminLTE.io
2015-02-22 20:12:01 +01:00
reserves the right to change the license of future releases.
Latest Release
---------------
- [AdminLTE 3](https://github.com/ColorlibHQ/AdminLTE/releases/latest)
2018-03-17 18:07:55 +01:00
Legacy Releases
---------------
2019-11-02 13:33:03 +01:00
- [AdminLTE 2](https://github.com/ColorlibHQ/AdminLTE/releases/tag/v2.4.18)
- [AdminLTE 1](https://github.com/ColorlibHQ/AdminLTE/releases/tag/1.3.1)
2015-02-23 01:55:00 +01:00
2015-02-22 20:12:01 +01:00
Change log
2015-02-23 01:59:19 +01:00
----------
Visit the [releases](https://github.com/ColorlibHQ/AdminLTE/releases) page to view the changelog
2014-04-06 02:12:30 +02:00
2015-02-22 20:12:01 +01:00
Image Credits
2015-02-23 01:59:19 +01:00
-------------
2015-02-22 20:12:01 +01:00
[Pixeden](http://www.pixeden.com/psd-web-elements/flat-responsive-showcase-psd)
2020-05-31 14:28:48 +02:00
[Graphicsfuel](https://www.graphicsfuel.com/2013/02/13-high-resolution-blur-backgrounds/)
2014-02-01 17:15:26 +01:00
2020-05-31 14:28:48 +02:00
[Pickaface](https://pickaface.net/)
2014-02-01 17:15:26 +01:00
2015-02-22 20:12:01 +01:00
[Unsplash](https://unsplash.com/)
2014-02-01 17:15:26 +01:00
2015-02-28 03:20:59 +01:00
[Uifaces](http://uifaces.com/)