AdminLTE 3.0 released

In November 2, the authors officially released AdminLTE 3.0 version. This version is based on Bootstrap 4.x. Use Bootstrap 4.x junior partner could happily use AdminLTE.

Github

image

AdminLTE management template is a fully responsive. Bootstrap 4 based framework. Highly customizable and easy to use. For a variety of screen resolutions from small mobile devices to large desktops. AdminLTE all JS, SCSS and HTML files are carefully coded, and with a clear annotation. SCSS has been used to improve the customization code.

installation

There are several ways to install AdminLTE,

  • Download
    from Github Releases Download

  • Using the command line:
    through NPM: npm install admin-lte@^3.0 --save
    by Yarm: yarn add admin-lte@^3.0
    by Composer: composer require "almasaeed2010/adminlte=~3.0"
    the clone to your computer: via Git:git clone https://github.com/ColorlibHQ/AdminLTE.git

File

Visit the online documentation for the latest guidelines. Information will be added once a week.

Supported browsers

10+ IE
Firefox (latest edition)
Chrome (the latest version)
Safari (latest edition)
Opera (latest edition)

Guess you like

Origin www.cnblogs.com/sesametech-netcore/p/11790297.html