Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)