https://github.com/meyer1994/nuxt-chat
Minimal working example of using Nuxt3 and Vue Advanced Chat
https://github.com/meyer1994/nuxt-chat
nuxt vue vue-advanced-chat
Last synced: 19 days ago
JSON representation
Minimal working example of using Nuxt3 and Vue Advanced Chat
- Host: GitHub
- URL: https://github.com/meyer1994/nuxt-chat
- Owner: meyer1994
- Created: 2024-08-31T18:19:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-09T22:04:25.000Z (over 1 year ago)
- Last Synced: 2025-01-09T23:18:12.847Z (over 1 year ago)
- Topics: nuxt, vue, vue-advanced-chat
- Language: TypeScript
- Homepage:
- Size: 671 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt 3 Vue Advanced Chat
Minimal example showing a working Vue Advanced Chat with Nuxt 3 and Nitro.
## About

## Setup
Make sure to install the dependencies:
```bash
npm install
```
## Development Server
Start the development server on `http://localhost:3000`:
```bash
npm run dev
```
## Production
Build the application for production:
```bash
npm run build
```
Locally preview production build:
```bash
npm run preview
```