agent-elements
No description available.
파일 탐색기
- index.ts
- opengraph-image.tsx
- page.tsx
- layout.tsx
- page.tsx
- layout.tsx
- page.tsx
- layout.tsx
- page.tsx
- layout.tsx
- opengraph-image.tsx
- page.tsx
- opengraph-image.tsx
- page.tsx
- layout.tsx
- route.ts
- route.ts
- route.ts
- api-reference.ts
- app-logo.tsx
- cli-commands.tsx
- component-example-preview.tsx
- component-preview.tsx
- component-source.tsx
- doc-code-block.tsx
- doc-code-copy.tsx
- doc-nav-button.tsx
- doc-page-shell.tsx
- docs-code-block.tsx
- docs-code-icons.tsx
- github-icon.tsx
- github-stars.tsx
- preview-code-tabs.tsx
- search-context.tsx
- search-modal.tsx
- search-trigger.tsx
- showcase-grid.tsx
- sidebar-icons.tsx
- sidebar.tsx
- site-layout.tsx
- theme-icon.tsx
- theme-provider.tsx
- component-docs.ts
- component-showcase.tsx
- sidebar.ts
- component-source.ts
- search.ts
- wrap-example-code.ts
- route.ts
- route.ts
- component-page-markdown.ts
- component-seo.ts
- doc-nav.ts
- page-metadata.ts
- apple-icon.png
- bg-logo.tsx
- favicon.ico
- globals.css
- icon.png
- layout.tsx
- manifest.ts
- opengraph-image.tsx
- page.tsx
- robots.ts
- sitemap.ts
- attachment-button.tsx
- file-attachment.tsx
- input-typing.tsx
- mode-selector.tsx
- model-picker.tsx
- popover.tsx
- send-button.tsx
- suggestions.tsx
- question-prompt.tsx
- question-tool.tsx
- action-row.tsx
- bash-tool.tsx
- edit-tool.tsx
- generic-tool.tsx
- mcp-tool.tsx
- plan-tool.tsx
- search-tool.tsx
- subagent-tool.tsx
- thinking-tool.tsx
- todo-tool.tsx
- tool-approval-footer.tsx
- tool-group.tsx
- tool-registry.ts
- tool-renderer.tsx
- tool-router.ts
- tool-row-base.tsx
- agent-chat.tsx
- error-message.tsx
- image-lightbox.tsx
- input-bar.tsx
- markdown.tsx
- message-list.tsx
- spiral-loader-data.ts
- spiral-loader.tsx
- text-shimmer.tsx
- user-message.tsx
- use-streaming-text.ts
- use-tool-complete.ts
- file-ext-icon.tsx
- mode-icons.tsx
- source-icons.ts
- timeline.ts
- cn.ts
- contrast.ts
- format-tool.ts
- load-google-font.ts
- tool-adapters.ts
- tool-part-normalizer.ts
- agent-ui.css
- create-an-chat.ts
- icons.tsx
- index.ts
- models.ts
- theme.ts
- types.ts
- og.tsx
- utils.ts
- Geist-Medium.ttf
- Geist-Regular.ttf
- Geist-SemiBold.ttf
- agent-chat.json
- attachment-button.json
- bash-tool.json
- edit-tool.json
- error-message.json
- file-attachment.json
- generic-tool.json
- index.json
- input-bar.json
- markdown.json
- mcp-tool.json
- message-list.json
- mode-selector.json
- model-picker.json
- plan-tool.json
- question-tool.json
- search-tool.json
- send-button.json
- spiral-loader.json
- subagent-tool.json
- suggestions.json
- text-shimmer.json
- thinking-tool.json
- todo-tool.json
- tool-group.json
- user-message.json
- build-registry.mts
- README.md
- SKILL.md
- .gitignore
- components.json
- eslint.config.mjs
- LICENSE
- next.config.ts
- package.json
- pnpm-lock.yaml
- postcss.config.mjs
- README.md
- tsconfig.json
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
npx
설명 보기 ▼
npx
이 명령은 `npm exec`의 별칭입니다.
tldr npm exec
자세한 내용은 원본 명령을 참고하세요:
pnpm
설명 보기 ▼
pnpm
빠르고, 디스크 공간 효율적인 Node.js용 패키지 관리자.
Node.js 프로젝트 및 해당 모듈 의존성 관리.
더 많은 정보: <https://pnpm.io/pnpm-cli>.
pnpm init
`package.json` 파일 생성:
pnpm {{[i|install]}}
`package.json`에 의존성으로 나열된 모든 패키지를 다운로드:
pnpm add {{module_name}}@{{version}}
특정 버전의 패키지를 다운로드하여 `package.json`의 의존성 목록에 추가:
// repository documentation
Was this content helpful?
(0 ratings)
