Compare commits

..

4 Commits
v2.4.18 ... v2

Author SHA1 Message Date
REJack
86990d5b48 updated README.md 2019-11-02 16:21:42 +01:00
REJack
277e84d049 updated preview link in README.md 2019-11-02 15:51:33 +01:00
REJack
6db01eeb86 updated README.md 2019-11-02 15:49:33 +01:00
Raphael Jackstadt
233f86cb51 Updated README.md 2019-11-02 14:51:21 +01:00

View File

@@ -1,15 +1,15 @@
Introduction
============
[![Build Status](https://img.shields.io/travis/ColorlibHQ/AdminLTE.svg)](https://travis-ci.org/ColorlibHQ/AdminLTE)
[![Build Status](https://img.shields.io/travis/ColorlibHQ/AdminLTE/v2.svg)](https://travis-ci.org/ColorlibHQ/AdminLTE)
![Bower version](https://img.shields.io/bower/v/adminlte.svg)
[![npm version](https://img.shields.io/npm/v/admin-lte.svg)](https://www.npmjs.com/package/admin-lte)
[![npm version](https://img.shields.io/npm/v/admin-lte/v2-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 admin template. Based on **[Bootstrap 3 & 4](https://github.com/twbs/bootstrap)** framework. Highly customizable and easy to use. Fits many screen resolutions from small mobile devices to large desktops. Check out the live preview now and see for yourself.
**AdminLTE** -- is a fully responsive admin template. Based on **[Bootstrap 3](https://github.com/twbs/bootstrap)** framework. Highly customizable and easy to use. Fits many screen resolutions from small mobile devices to large desktops. Check out the live preview now and see for yourself.
**Download & Preview on [AdminLTE.IO](https://adminlte.io)**
**Preview on [AdminLTE.IO](https://adminlte.io/themes/v2.4.x/)**
### Looking for More Templates?
- **[Admin Templates](http://dashboardpack.com/)** by DashboardPack
@@ -30,8 +30,15 @@ Contribution are always **welcome and recommended**! Here is how:
- Make your changes
- Create a pull request
#### Contribution Requirements:
#### Compile dist files
To compile the dist files you need nodejs/npm, clone/download the repo then:
1. `npm install` (install npm deps)
2. _Optional:_ `grunt watch` (developer mode, autocompile with browsersync support for live demo)
3. `grunt css` (compile css files)
4. `grunt js` (compile js files)
#### Contribution Requirements:
- 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.
- If you use content provided by another party, it must be appropriately licensed using an [open source](http://opensource.org/licenses) license.
- Contributions are only accepted through Github pull requests.