Skip to content

dioney/adminpure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdminPure

This is a admin panel based in PureCSS. Create your panel system independent language programming. Elegant and modern theme for your application. The main motivation to offer clean and beautful interface, free and open source.

Installation

Clone this repository or Download Zip File:

git clone https://github.com/dioney/adminpure

1 Method:

Install NPM packages:

npm install --save

Installation dependencies with bower (PureCSS, FontAwesome and ChartJS):

bower install --save

2 Method

Installation manual method:

Insert between <head></head> code

<!-- Insert PureCSS -->
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/pure-min.css">

<!-- Insert FontAwesome -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">

<!-- Insert ChartJS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.2.1/Chart.min.js"></script>

<!-- Insert Style Base AdminPure -->
<link rel="stylesheet" href="assets/style.css">

Insert in end document before tag </body>

<!-- Insert JavaScript manipulation, current use responsive utilities -->
<script src="assets/functions.js"></script>

Its Works! Customize your theme in assets/style.css file.

Using Packages and Read Documentation

About

Admin panel based in PureCSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published