Skip to content

dekaulitz/IamAdmin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iam Admin

This is a administrator Dashboard template under webpack 3. This webpack is on the fly injected with awesome library like jquery,bootstrap and chart.js. You can easly to build something awosome with this template with less config.

How to use

if you want to build an angular,vue or react app you can add the config with this webpack config.

npm install for install the dependencies. npm run build for running webpack dev server and npm run build:prod for production mode.

How to use library

if you want to use jquery or bootstrap or chart from bundle js. you can use some variable from every bundle that you can use as you want. i

var $=vendor.jquery; if you want to use jquery from vendor.js.
var bootstrap=vendor.bootstrap; if you want to use bootstrap js from vendor.js.
var momment=page.moment; if you want to use moment js from page.js.
var bootstrapDatePicker = page.bootstrapDatePicker; if you want to use bootstrap-date-picker js from page.js
var chart = graphic.chart; if you want to use chart js from graphic.js

Credits

This component build from awsome third parties. Thanks a lot for you all of you whos build and contribute to this awesome third parties.

  • webpack 3
  • jquery
  • bootstrap 4.
  • chart js.
  • ckeditor.
  • bootstrap-datepicker.
  • font-awesome.
  • moment.
  • normalize.css.
  • popper.js.
  • and many more