An open API service indexing awesome lists of open source software.

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

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

![screentshot](./screenshot.png)

## 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
```