Skip to content

albanafmeti/tabvuelar

Repository files navigation

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!

About

Tables for Vue.js 2 and Laravel 5+ apps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published