Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-23T22:15:45.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T02:44:20.512Z (over 1 year ago)
- Topics: chat, quasar-framework, socket-io, vite, vue
- Language: Vue
- Homepage:
- Size: 89.8 KB
- Stars: 3
- 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
```