https://github.com/naveendanj/uni-chat-frontend
chat application for university students. Technologies used - Vue , Vuex , Vuetify , socket.io-client
https://github.com/naveendanj/uni-chat-frontend
axios socket-io-client vue vuerouter vuetify vuex
Last synced: 2 months ago
JSON representation
chat application for university students. Technologies used - Vue , Vuex , Vuetify , socket.io-client
- Host: GitHub
- URL: https://github.com/naveendanj/uni-chat-frontend
- Owner: NaveenDanj
- Created: 2022-08-13T05:36:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-18T19:31:05.000Z (over 2 years ago)
- Last Synced: 2025-03-25T04:33:00.775Z (3 months ago)
- Topics: axios, socket-io-client, vue, vuerouter, vuetify, vuex
- Language: Vue
- Homepage:
- Size: 402 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# uni-chat-frontend
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).