bfg-js
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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();

Readme

Keywords

Package Sidebar

Install

npm i bfg-js

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

84.9 kB

Total Files

29

Last publish

Collaborators

  • bfgs