UNPKG

lv3-datatable

Version:

Integrate the Laravel datatables with your Vue app without using JQuery. It can handle listing data locally and remote.

49 lines (48 loc) 1.05 kB
{ "name": "lv3-datatable", "version": "0.1.1", "type": "module", "files": [ "dist" ], "main": "./dist/DataTable.umd.cjs", "module": "./dist/DataTable.js", "exports": { ".": { "import": "./dist/DataTable.js", "require": "./dist/DataTable.umd.cjs" } }, "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview" }, "dependencies": { "@fortawesome/fontawesome-free": "^6.1.2", "bootstrap": "^3.4.1", "vue": "^3.2.37" }, "devDependencies": { "@vitejs/plugin-vue": "^3.0.0", "vite": "^3.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/HELMAB/lv3-datatable.git" }, "keywords": [ "vue3", "datatable", "laravel-datatable", "vue3-datatable", "vue3-laravel-datatable", "laravel-vue3-datatable" ], "author": "HEL Mab", "license": "MIT License", "bugs": { "url": "https://github.com/HELMAB/lv3-datatable/issues" }, "homepage": "https://github.com/HELMAB/lv3-datatable#README" }