Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/colinespinas/supabase-nuxt
A personal Nuxt3 starter for Supabase powered apps
https://github.com/colinespinas/supabase-nuxt
Last synced: about 2 months ago
JSON representation
A personal Nuxt3 starter for Supabase powered apps
- Host: GitHub
- URL: https://github.com/colinespinas/supabase-nuxt
- Owner: ColinEspinas
- Created: 2022-04-11T16:37:31.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-29T08:01:07.000Z (over 2 years ago)
- Last Synced: 2024-10-15T04:12:14.860Z (3 months ago)
- Language: Vue
- Size: 376 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt 3 Minimal Starter
We recommend to look at the [documentation](https://v3.nuxtjs.org).
## Setup
Make sure to install the dependencies
```bash
npm install
```## Development
Start the development server on http://localhost:3000
```bash
npm run dev
```## Production
Build the application for production:
```bash
npm run build
```Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment).