Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dekaulitz/iamadmin
CMS Admin Dashboard
https://github.com/dekaulitz/iamadmin
admin admin-dashboard dashboard-templates javascript nodejs npm parties webpack
Last synced: about 1 month ago
JSON representation
CMS Admin Dashboard
- Host: GitHub
- URL: https://github.com/dekaulitz/iamadmin
- Owner: dekaulitz
- License: mit
- Created: 2018-02-15T07:24:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-03-09T06:45:39.000Z (over 6 years ago)
- Last Synced: 2024-03-31T07:18:31.754Z (8 months ago)
- Topics: admin, admin-dashboard, dashboard-templates, javascript, nodejs, npm, parties, webpack
- Language: HTML
- Size: 3.26 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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 andnpm 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.jsCredits
-------
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`