Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daniel-le97/socket-supply-nuxt
https://github.com/daniel-le97/socket-supply-nuxt
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/daniel-le97/socket-supply-nuxt
- Owner: daniel-le97
- Created: 2024-03-31T17:32:38.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-17T19:43:57.000Z (9 months ago)
- Last Synced: 2024-12-09T14:57:58.956Z (about 1 month ago)
- Language: TypeScript
- Size: 959 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```