hyeonggil 0a7cba4f93
Some checks failed
ci / ci (22, ubuntu-latest) (push) Failing after 24m12s
♻️ refactor: AI 시세 분석을 네이버 쇼핑 최저가 조회로 교체
- server/api/ai/market-price: Anthropic 스트리밍 제거, 네이버 쇼핑 API 호출로 변경
  - 신품 기준 최저가 10건 조회 (가격 오름차순, 중고·렌탈 제외)
  - NAVER_CLIENT_ID / NAVER_CLIENT_SECRET 환경변수 사용
- MarketPriceAnalysis: 스트리밍 텍스트 UI → 구조화된 가격 비교 UI
  - 신품 최저가 / 평균가 / 희망가 대비 비율 요약 카드
  - 상품 목록 (이미지, 상품명, 쇼핑몰, 가격, 네이버 링크)
- nuxt.config: naverClientId / naverClientSecret runtimeConfig 추가
2026-03-08 22:24:26 +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%