9909813c18eee416209c8cf2dc7a1907c5a6ba21
- stdin에서 JSON 입력을 먼저 읽은 후 파싱하도록 수정 - jq를 사용한 안전한 JSON payload 생성으로 특수문자 이스케이프 처리 - curl에 Content-Type 헤더 추가 및 -s(silent) 옵션 적용 - 디버그용 echo 로그 제거
Nuxt Starter Template
Use this template to get started with Nuxt UI quickly.
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
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.
Languages
Vue
73.7%
TypeScript
15%
PLpgSQL
4.3%
PowerShell
3.3%
Shell
3.3%
Other
0.3%