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

https://github.com/dogukanayd/basic-vue-data-table

Basic VueJS Data Table
https://github.com/dogukanayd/basic-vue-data-table

datatable datatables-plugin es6-javascript javascript table vue-cli-3 vue-component vue-components vuejs

Last synced: about 1 month ago
JSON representation

Basic VueJS Data Table

Awesome Lists containing this project

README

        

# basic-data-table
Why did I make this?

I needed a data table not too complicated for a small job. But the shared data tables were very complex and comprehensive. I needed something small and simple. That's why I wanted to share it with people who could meet their small needs like me.

You can search by;
name, email, address, phone

![](data-table.gif)

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn run serve
```

### Compiles and minifies for production
```
yarn run build
```

### Run your tests
```
yarn run test
```

### Lints and fixes files
```
yarn run lint
```