1.0.18 • Published 5 years ago

@nobears/nobearsjs v1.0.18

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

noBearsJS

NoBearsJS is a javascript framework that bundles a bunch of different features into one singel package. Each feature has it's own HTML tag, that lets you easily place certain functionalities on your page. The framework will automatically search for these specific tags and apply their features on the corresponding elements.

NoBears.nl

Installation

Run npm install @nobears/nobearsjs, and extract the contents of the npm package to your project localy, and include it into your javascript files using your prefered build tool.

Usage

To use the noBearsJS framework, create a new class that extends the NoBearsFramework, like:

class MyProject extends NoBearsFramework {

    constructor () {
        super('nobears.conf.json');
    }
}

const myProject = new MyProject ();

This class will function as the main backbone of your javascript application, and will inherit all features from the framework like event listeners.

Additional Information

Documentation

Functional Documentation

API Documentation

1.0.18

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago