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

https://github.com/bansal/vue-table

Data table built in Vue-3 from scratch with sorting and pagination. No 3rd party dependency
https://github.com/bansal/vue-table

datatable vue vue3 vuejs

Last synced: 3 months ago
JSON representation

Data table built in Vue-3 from scratch with sorting and pagination. No 3rd party dependency

Awesome Lists containing this project

README

          

# vue-table

## Project setup

```sh
npm install
```

### Compiles and hot-reloads for development

```sh
npm run serve
```

### Compiles and minifies for production

```sh
npm run build
```

### Lints and fixes files

```sh
npm run lint
```

### Customize configuration

See [Configuration Reference](https://cli.vuejs.org/config/).