Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davigmacode/vuetify-extended-table
https://github.com/davigmacode/vuetify-extended-table
Last synced: about 1 month 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 (about 2 years ago)
- Last Synced: 2023-05-05T11:56:47.865Z (over 1 year ago)
- Language: Vue
- Size: 1.55 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vuetify-extended-table
[![GitHub open issues](https://img.shields.io/github/issues/Irfan Vigma Taufik/vuetify-extended-table.svg?maxAge=2592000)](https://github.com/Irfan Vigma Taufik/vuetify-extended-table/issues)
[![Npm version](https://img.shields.io/npm/v/vuetify-extended-table.svg?maxAge=2592000)](https://www.npmjs.com/package/vuetify-extended-table)
[![MIT License](https://img.shields.io/github/license/Irfan Vigma Taufik/vuetify-extended-table.svg)](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
```