1.1.0 • Published 3 years ago

bfg-js v1.1.0

Weekly downloads
5
License
MIT
Repository
github
Last release
3 years ago

Install

npm install bfg-js
// or
yarn add bfg-js

Usage

Set to you resources/js/app.js a next code:

require('bfg-js');

app.provider({
    register () {
        console.log(`Run application...`);
    }
})

app.provider({
    boot () {
        console.log(`Booted application!`);
    }
})

app.boot();
1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago