Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jiyuujin/nuxt-supabase
https://github.com/jiyuujin/nuxt-supabase
github-oauth google-oauth nuxt supabase
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jiyuujin/nuxt-supabase
- Owner: jiyuujin
- Created: 2023-04-26T09:33:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-28T08:41:19.000Z (almost 2 years ago)
- Last Synced: 2024-12-18T05:24:22.619Z (about 2 months ago)
- Topics: github-oauth, google-oauth, nuxt, supabase
- Language: TypeScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
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).