https://github.com/jeeanribeiro/vite-chat
Chat app made with Vite, Vue, Quasar, Tailwind and Socket.IO
https://github.com/jeeanribeiro/vite-chat
chat quasar-framework socket-io vite vue
Last synced: 6 months ago
JSON representation
Chat app made with Vite, Vue, Quasar, Tailwind and Socket.IO
- Host: GitHub
- URL: https://github.com/jeeanribeiro/vite-chat
- Owner: jeeanribeiro
- Created: 2022-11-19T22:53:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-23T22:15:45.000Z (about 3 years ago)
- Last Synced: 2025-05-04T01:32:15.159Z (9 months ago)
- Topics: chat, quasar-framework, socket-io, vite, vue
- Language: Vue
- Homepage: https://vite-chat-lime.vercel.app
- Size: 89.8 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vite chat
Chat app made with Vite, Vue, Quasar, Tailwind and Socket.IO
Pre-requisites:
```
Node version 16.17.x and higher
Yarn
```
To install dependencies:
```shell
yarn install
```
To run as development server:
```shell
yarn dev
```
To build for prodution:
```shell
yarn build
```
To start a local web server that serves the built solution:
```shell
yarn preview
```