Strift / nuxt-supabase-bridge-example

Example for nuxt-supabase and vue-supabase PR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nuxt-supabase Bridge support demo

Build Setup

Clone vue-supabase and setup yarn link

git clone https://github.com/Strift/vue-supabase
cd vue-supabase
git checkout develop
yarn link

Clone nuxt-supabase and setup yarn link

git clone https://github.com/Strift/nuxt-supabase
cd nuxt-supabase
git checkout develop
yarn link

Clone this demo and use locally linked packages

git clone https://github.com/Strift/nuxt-supabase-bridge-example
cd nuxt-supabase-bridge-example
yarn
yarn link 'vue-supabase'
yarn link 'nuxt-supabase'
yarn dev

Related PR: supabase-community/nuxt-supabase#15

About

Example for nuxt-supabase and vue-supabase PR


Languages

Language:JavaScript 35.3%Language:TypeScript 32.8%Language:Vue 31.9%