Skip to content

agence-webup/helium

Repository files navigation

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:

Old versions

License

© 2019 Agence Webup - Released under the MIT LICENSE