hyeonggil ce9fce5d44 ♻️ refactor: 중고 판매 목록 테이블 타입 및 데이터 로딩 개선
- await fetchSales() → onMounted로 변경해 Suspense 의존성 제거
- columns를 TableColumn<UsedSale>[] 타입으로 명시 (accessorKey 방식)
- filtered computed를 명시적 타입 선언으로 개선
2026-03-08 21:25:40 +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%