https://github.com/kellsworks/virtualtable
https://github.com/kellsworks/virtualtable
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kellsworks/virtualtable
- Owner: KellsWorks
- Created: 2024-04-08T16:41:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-26T18:38:45.000Z (over 1 year ago)
- Last Synced: 2025-01-16T13:58:26.844Z (12 months ago)
- Language: Vue
- Size: 333 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# virtualtable
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).