Skip to content

Hrva994/OrderOp

 
 

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

An SPA for tracking orders

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Liquid 59.9%
  • TypeScript 25.4%
  • Vue 13.2%
  • Other 1.5%