Tables for Vue.js 2 and Laravel 5+
Using this package you can build tables in the simplest way in a web app using Laravel as back-end and Vue as a front-end framework.
Just run on the CLI:
npm install @noisim/tabvuelar --save
The package will be installed, and will be part of the node_modules
directory.
Include Font Awesome and Bootstrap 3 into the project so it will have a nice look.
Import the package:
import TabVueLar from '@noisim/tabvuelar';
Use it:
import Vue from 'vue';
import TabVueLar from '@noisim/tabvuelar';
Vue.use(TabVueLar);
Here is an example project Tabvuelar Example Project and here is an online demo tabvuelar.techalin.com.
Have fun!