https://github.com/bencodezen/nuxt-3-supabase-todomvc
https://github.com/bencodezen/nuxt-3-supabase-todomvc
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bencodezen/nuxt-3-supabase-todomvc
- Owner: bencodezen
- Created: 2021-10-19T16:27:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-10T15:37:41.000Z (about 4 years ago)
- Last Synced: 2025-01-26T09:28:54.411Z (12 months ago)
- Language: Vue
- Size: 104 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- 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
yarn install
```
## Development
Start the development server on http://localhost:3000
```bash
yarn dev
```
## Production
Build the application for production:
```bash
yarn build
```
Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment).