Installation
Install via npm
$ npm i vue-bootstrap4-table --save
Currently this package will install only the vue-bootstrap4-table component, not their dependencies. So make sure to install the following dependencies.
Dependencies
bootstrap 4 (js and css) You should include bootstrap before vue-bootstrap4-table plugin.
We are using lodash
internally, so you don't need to install separately for this plugin.
Install via CDN
If you've included bootstrap packages already in your project, then include only vue-bootstrap4-table.min.js script.
Last updated