Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/daniel-le97/nuxt-app


https://github.com/daniel-le97/nuxt-app

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Nuxt 3 Minimal Starter with socket

Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.

## Setup

Make sure to install the dependencies:

```bash
# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install
```

## link socket

```bash
npm link @socketsupply/socket
```

## Run the socket app

```bash
# npm
npm run start

# pnpm
pnpm run start

# yarn
yarn start

# bun
bun run start
```