helium-admin
v4.0.0-alpha
Published
A lightweight admin boilerplate
Downloads
21
Readme
Helium
A lightweight admin boilerplate
Demo
https://agence-webup.github.io/helium/
Use
Install using npm:
npm i -S helium-admin
Get started with the index file too see how layout and modules work.
You need to import two CSS files:
<link rel="stylesheet" href="css/helium-vendors.css" media="all">
<link rel="stylesheet" href="css/helium-base.css" media="all">
And two js files:
<script src="js/helium-vendors.js"></script>
<script src="js/helium-base.js"></script>
helium-vendors.css and helium-vendors.js contain the following plugins:
- jQuery
- datatables
- dropmic (dropdown)
- slim (upload) ⚠️ You need to buy a license / Spoiler: it's worth it!
- feather (icons)
- tingle.js (modal)
- Quill (WYSYING)
- Choices (select box)
- noty (notifications)
- Axios (HTTP client)
- Cleave.js (input mask)
Old versions
License
© 2019 Agence Webup - Released under the MIT LICENSE