@noisim/tabvuelar

1.0.4 • 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 @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!

Package Sidebar

Install

npm i @noisim/tabvuelar

Weekly Downloads

1

Version

1.0.4

License

MIT

Unpacked Size

28.8 kB

Total Files

24

Last publish

Collaborators

  • albanafmeti