Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agence-webup/helium
🎈 A lightweight admin boilerplate
https://github.com/agence-webup/helium
admin admin-dashboard css
Last synced: about 1 month ago
JSON representation
🎈 A lightweight admin boilerplate
- Host: GitHub
- URL: https://github.com/agence-webup/helium
- Owner: agence-webup
- License: mit
- Created: 2016-08-03T12:18:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T05:14:28.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T04:27:43.485Z (9 months ago)
- Topics: admin, admin-dashboard, css
- Language: SCSS
- Homepage: https://agence-webup.github.io/helium/
- Size: 5.92 MB
- Stars: 9
- Watchers: 7
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Helium
A lightweight admin boilerplate
## Demo
[https://agence-webup.github.io/helium/](https://agence-webup.github.io/helium/)
## Use
Install using npm:
```
npm i -S helium-admin
```Get started with the [index file](https://github.com/agence-webup/helium/blob/master/dist/index.html) too see how layout and modules work.
You need to import two CSS files:
```html
```
And two js files:
```html
```
helium-vendors.css and helium-vendors.js contain the following plugins:
* [jQuery](https://jquery.com/)
* [datatables](https://datatables.net/)
* [dropmic (dropdown)](https://github.com/agence-webup/dropmic)
* [slim (upload)](https://pqina.nl/slim/) ⚠️ You need to [buy a license](https://codecanyon.net/item/slim-image-cropper-responsive-uploading-and-ratio-cropping-plugin/16364167?ref=pqina&clickthrough_id=1409428727&redirect_back=true) / Spoiler: it's worth it!
* [feather (icons)](https://feathericons.com/)
* [tingle.js (modal)](http://robinparisi.github.io/tingle/)
* [Quill (WYSYING)](https://quilljs.com/docs/quickstart/)
* [Choices (select box)](https://github.com/jshjohnson/Choices)
* [noty (notifications)](https://ned.im/noty)
* [Axios (HTTP client)](https://github.com/axios/axios)
* [Cleave.js (input mask)](https://nosir.github.io/cleave.js)## Old versions
* [Helium 1.* documentation](https://agence-webup.github.io/helium/v1/)
* [Helium 2.* documentation](https://agence-webup.github.io/helium/v2/)## License
© 2019 Agence Webup - Released under the [MIT LICENSE](http://opensource.org/licenses/MIT)