Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davigmacode/vuetify-extended-table


https://github.com/davigmacode/vuetify-extended-table

Last synced: about 1 month ago
JSON representation

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
```