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
- Host: GitHub
- URL: https://github.com/wyster/vue-simple-table
- Owner: wyster
- Created: 2020-05-06T20:50:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T17:54:41.000Z (over 2 years ago)
- Last Synced: 2025-01-19T11:14:53.591Z (5 months ago)
- Topics: vue3, vuex4
- Language: Vue
- Homepage:
- Size: 1.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
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
```