https://github.com/hackafro/vue-polling
An application for tracking user entry using Vue, socket.io and Kendo UI
https://github.com/hackafro/vue-polling
Last synced: 4 months ago
JSON representation
An application for tracking user entry using Vue, socket.io and Kendo UI
- Host: GitHub
- URL: https://github.com/hackafro/vue-polling
- Owner: HackAfro
- Created: 2019-03-22T22:04:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-24T12:11:50.000Z (about 7 years ago)
- Last Synced: 2025-06-30T17:50:15.713Z (11 months ago)
- Language: Vue
- Size: 141 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kendo-polling
## 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
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).