Skip to content

Boatly/vue3-starter

Repository files navigation

simple-app

A starter template for Vue 3 which uses:

See HowThisProjectWasCreated.md for a step by step guide of how this project was created from scratch.

Project Layout

The project has a sign in page and an authenticated home page.

Project Setup

pnpm install

Create a .env.local file and add your SupaBase keys:

VITE_SUPABASE_URL=https://{your supabase project id}.supabase.co
VITE_SUPABASE_KEY={your supabase project key}
VITE_API_URL=http://localhost:5274/api/

Compile and Hot-Reload for Development

pnpm dev

Type-Check, Compile and Minify for Production

pnpm build

About

A Vue 3 starter project that includes supabase authentication, PrimeVue, Tailwind and more

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors