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

https://github.com/wyster/vue-simple-table

Table with sorting, pagination, etc based on vue 3 + vuex 4
https://github.com/wyster/vue-simple-table

vue3 vuex4

Last synced: 3 months ago
JSON representation

Table with sorting, pagination, etc based on vue 3 + vuex 4

Awesome Lists containing this project

README

        

### Prerequisites
- NVM & NPM

### Install
```sh
nvm use && npm install
```
### Usage
##### Develop
```sh
# run dev server at localhost:8080
npm run dev
```
##### Build
```sh
# transpile js for deployment
npm run build
```