villanus / adminplus

Bootstrap 4 Theme with awesome premium features. Extends Bootstrap 4 with layout options, sidebar navigation and a modern theme and it's a perfect choice for a professional Bootstrap 4 admin template.

Home Page:http://adminplus.themekit.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AdminPlus Lite Bootstrap Theme

npm version

Clean and lightweight Bootstrap 4 Admin Template with awesome premium features. AdminPlus extends Bootstrap 4 with layout options, sidebar navigation and a modern theme and it's a perfect choice for a professional admin template.

AdminPlus - Bootstrap 4 Admin Template

Demos

See AdminPlus Lite Demo and AdminPlus Premium Demo

While AdminPlus Lite is free, there are premium extras available such as custom dashboard designs, custom components, custom pages, integration samples with various 3rd party plugins, dedicated support from our team and more!

Introduction

AdminPlus Lite is a simple drop-in library which can be used with any existing or new Bootstrap 4 project. AdminPlus Lite includes the most basic assets of the AdminPlus Premium edition, the basic (but awesome!) Bootstrap 4 theme and minimal extras, such as sidebar navigation.

It’s also published with npm to provide an easy way of loading and updating AdminPlus Lite in any project.

Getting started

AdminPlus provides a variety of guides and starter boilerplates for commonly used workflows and tooling such as npm, gulp, browserify and webpack.

Integration samples with popular front end libraries such as AngularJS, MeteorJS, Vue.js and server side libraries such as Laravel and Ruby on Rails (coming soon).


Run locally

Install dependencies

The adminplus package does not include any vendor libraries. To install all the dependencies, run:

npm install

Build

You can easily build adminplus yourself. Our build tool of choice is webpack and any of the following commands will create the files dist/adminplus.js and dist/adminplus.css

Install dev dependencies

Before you can build adminplus, make sure webpack is installed globally:

npm install -g webpack

Production build

Includes minification and several optimizations:

npm run build

Development build

A faster build suited for development, with no optimizations and without minification:

npm run build-dev

Watch

Start an initial development build and then FAST continuous incremental builds:

npm run dev

About

Bootstrap 4 Theme with awesome premium features. Extends Bootstrap 4 with layout options, sidebar navigation and a modern theme and it's a perfect choice for a professional Bootstrap 4 admin template.

http://adminplus.themekit.io


Languages

Language:Vue 51.7%Language:CSS 37.5%Language:JavaScript 9.5%Language:HTML 1.3%