README
Install
npm install bfg-layout
// or
yarn add bfg-layout
Usage
Set to you resources/js/app.js a next code:
require('bfg-js');
require('bfg-layout');
Provides the link between the template and schematic components. Pattern of data collection of components and their further operation.
<script type="module">
import bfgSchema from 'https://cdn.skypack.dev/bfg-schema';
</script>
npm install bfg-layout
// or
yarn add bfg-layout
Set to you resources/js/app.js a next code:
require('bfg-js');
require('bfg-layout');