hyeonggil e08a974c2f
Some checks failed
ci / ci (22, ubuntu-latest) (push) Failing after 19m1s
🗃️ db: supabase-schema.sql 멱등성 구조로 재작성
- ENUM 타입: CREATE TYPE → DO $$ ... EXCEPTION WHEN duplicate_object 블록
- 테이블: CREATE TABLE → CREATE TABLE IF NOT EXISTS
- 트리거: DROP TRIGGER IF EXISTS 후 재생성
- RLS 정책: DROP POLICY IF EXISTS 후 재생성
- purchases.quantity 컬럼 추가: ALTER TABLE ... ADD COLUMN IF NOT EXISTS
- 전체 SQL을 재실행해도 오류 없이 동작
2026-03-08 23:01:33 +09:00
2026-03-08 18:17:30 +09:00
2026-03-08 18:17:30 +09:00

Nuxt Starter Template

Nuxt UI

Use this template to get started with Nuxt UI quickly.

Nuxt Starter Template

The starter template for Vue is on https://github.com/nuxt-ui-templates/starter-vue.

Quick Start

npm create nuxt@latest -- -t github:nuxt-ui-templates/starter

Deploy your own

Deploy with Vercel

Setup

Make sure to install the dependencies:

pnpm install

Development Server

Start the development server on http://localhost:3000:

pnpm dev

Production

Build the application for production:

pnpm build

Locally preview production build:

pnpm preview

Check out the deployment documentation for more information.

Description
No description provided
Readme MIT 619 KiB
Languages
Vue 73.7%
TypeScript 15%
PLpgSQL 4.3%
PowerShell 3.3%
Shell 3.3%
Other 0.3%