erebus-core
v0.1.10
Published
Base web library
Downloads
13
Readme
Erebus (Core)
Base library to build web applications
Introduction
Erebus-Core is a library designed to simplify the process of building web applications. The differences with any other existing framework are:
- DOM-oriented: We firmly believe a front-end developer should be in control of the DOM and not be afraid to interact directly with it.
- Lightweight and independent: It does not depend on any other framework or library, allowing the reduction of its fingerprint.
- Simple and modular: A simple approach to provide utilities to solve common needs and reduce the boilerplate. You can use the part you need and prefer.
- Pure: It is based on JavaScript as the natural language used by web browsers.
Usage
Using jsDelivr CDN:
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/erebus-core.min.js"></script>
Using unpkg CDN:
<script src="https://unpkg.com/[email protected]/dist/erebus-core.min.js"></script>
Browser Support
| | | Safari | Opera | ----- | ----- | ----- | ----- | ----- | 81+ | 72+ | 88+ | 12 | 66+ |