1.0.1 • Published 5 years ago

@bagaskarawg/tabvuelar v1.0.1

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

TabVueLar

Tables for Vue.js 2 and Laravel 5+

How To Use

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 @bagaskarawg/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 '@bagaskarawg/tabvuelar';

Use it:

import Vue from 'vue';
import TabVueLar from '@bagaskarawg/tabvuelar';

Vue.use(TabVueLar);

Here is an example project Tabvuelar Example Project and here is an online demo tabvuelar.techalin.com.

Have fun!