hyeonggil 9909813c18 🧑‍💻 dx: Claude hooks stdin 처리 및 JSON 직렬화 개선
- stdin에서 JSON 입력을 먼저 읽은 후 파싱하도록 수정
- jq를 사용한 안전한 JSON payload 생성으로 특수문자 이스케이프 처리
- curl에 Content-Type 헤더 추가 및 -s(silent) 옵션 적용
- 디버그용 echo 로그 제거
2026-03-08 21:25:19 +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%