https://github.com/nishanb/multi-board
Vue js and socket.io based multi user white board sharing app
https://github.com/nishanb/multi-board
node-js socket-io vue whiteboard
Last synced: about 2 months ago
JSON representation
Vue js and socket.io based multi user white board sharing app
- Host: GitHub
- URL: https://github.com/nishanb/multi-board
- Owner: nishanb
- Created: 2021-06-13T11:38:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T10:29:26.000Z (over 3 years ago)
- Last Synced: 2023-03-11T16:16:20.664Z (over 3 years ago)
- Topics: node-js, socket-io, vue, whiteboard
- Language: Vue
- Homepage:
- Size: 4.09 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [WIP] Multi-Board
## Vue based White borad app supports sharing between users in realtime
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).