@bagaskarawg/tabvuelar

1.0.1 • Public • Published

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!

Package Sidebar

Install

npm i @bagaskarawg/tabvuelar

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

29.3 kB

Total Files

24

Last publish

Collaborators

  • bagaskarawg