Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daniel-le97/nuxt-app
https://github.com/daniel-le97/nuxt-app
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/daniel-le97/nuxt-app
- Owner: daniel-le97
- Created: 2024-09-16T22:52:02.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T23:01:01.000Z (4 months ago)
- Last Synced: 2024-12-09T14:57:55.108Z (about 2 months ago)
- Language: TypeScript
- Size: 217 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```