Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/daniel-le97/socket-supply-nuxt


https://github.com/daniel-le97/socket-supply-nuxt

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# Nuxt 3 & Socket Minimal Starter

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

you will need ssc in your "PATH"" before starting

check out [socket supply](https://github.com/socketsupply/socket) to learn more about the cross platform runtime for creating native apps

this features an extension allowing terminal use, copied from [term-ext](https://github.com/socketsupply/socket-examples/tree/master/socket-features/extension)

## DEV DOES NOT YET WORK

## Setup

Make sure to install the dependencies:

```bash
# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install
```

## Production

Build the application for production:

```bash
# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build
```