helium-admin

A lightweight admin boilerplate

Usage no npm install needed!

<script type="module">
  import heliumAdmin from 'https://cdn.skypack.dev/helium-admin';
</script>

README

Helium

A lightweight admin boilerplate

Demo

https://agence-webup.github.io/helium/

Use

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