https://github.com/davigmacode/vuetify-extended-table
https://github.com/davigmacode/vuetify-extended-table
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/davigmacode/vuetify-extended-table
- Owner: davigmacode
- License: mit
- Created: 2018-10-03T07:09:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T23:52:11.000Z (over 2 years ago)
- Last Synced: 2025-01-21T14:21:38.130Z (5 months ago)
- Language: Vue
- Size: 1.55 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vuetify-extended-table
[](https://github.com/Irfan Vigma Taufik/vuetify-extended-table/issues)
[](https://www.npmjs.com/package/vuetify-extended-table)
[](https://github.com/Irfan Vigma Taufik/vuetify-extended-table/blob/master/LICENSE)## Usage
```HTML```
```javascript
import { vuetify-extended-table } from 'vuetify-extended-table'export default {
components: {
vuetify-extended-table
}
}
```
## API## Installation
```
npm install vuetify-extended-table
```## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Lints and fixes files
```
yarn run lint
```### Update the API section of README.md with generated documentation
```
yarn run doc:build
```### Run style guide dev server
```
yarn run styleguide
```### Generate a static HTML style guide
```
yarn run styleguide:build
```