1.6.1 • Published 3 years ago

@mojoactive/lib v1.6.1

Weekly downloads
112
License
MIT
Repository
-
Last release
3 years ago

@mojoactive/lib

A library for MoJo Active Developers

Building and running on localhost

First install dependencies:

npm install

To create a production build:

npm run build

Using in an application

In order to use this library in an application first install the dependency:

npm install @mojoactive/lib -S

Then you can either require the mja.web.js file or require the module manually:

import mja from "@mojoactive/lib"; // with es6
const mja = require("@mojoactive/lib"); // without es6

Or through HTML with

<script src="https://unpkg.com/@mojoactive/lib@x/dist/mja.web.js"></script>
1.6.1

3 years ago

1.6.0

3 years ago

1.5.0

3 years ago

1.4.0

4 years ago

1.3.3

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago

0.1.0

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago