bardiarastin / AdminLTE-Sass

Sass port of the AdminLTE template. http://hochenwarter.com/about.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bidirectional Admin LTE Fork

Note: this project is under active development

AdminLTE with Sass, Webpack, Browser-Sync

AdminLTE Sass is a custom port of the AdminLTE template (see AdminLTE by Almsaeed Studio) from Less to Sass. It uses a modified file structure and comes with webpack and browser-sync for faster and easier development.

Usage

Insall the dependencies

npm install

Running the dev-server with hot/live reloading

npm start

Build the files (to ./dist folder)

npm run build

The output files will automatically get minified by webpack. To disable the minification, remove the UglifyJsPlugin in webpack.config.build.js

Preview

Screencapture GIF

About

Sass port of the AdminLTE template. http://hochenwarter.com/about.html

License:MIT License


Languages

Language:HTML 48.6%Language:JavaScript 45.0%Language:CSS 6.4%Language:PHP 0.0%