hyeonggil 3f20022062 feat: 로그인 페이지에 이메일/비밀번호 인증 및 회원가입 기능 추가
- 매직 링크 방식 → 이메일/비밀번호 직접 인증으로 전환
- 로그인/회원가입 탭 UI 추가
- 비밀번호 재설정(forgot-password) 뷰 추가
- Supabase 에러 메시지 한국어 변환 처리
2026-03-08 21:25:34 +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%