shadcn-resizable-sidebar
A drop-in resizable shadcn/ui `sidebar.tsx` replacement
파일 탐색기
- github.ts
- favicon.ico
- globals.css
- layout.tsx
- opengraph-image.png
- page.tsx
- twitter-image.png
- index.tsx
- avatar.tsx
- breadcrumb.tsx
- button.tsx
- collapsible.tsx
- dropdown-menu.tsx
- input.tsx
- separator.tsx
- sheet.tsx
- sidebar.tsx
- skeleton.tsx
- tooltip.tsx
- app-sidebar-inset.tsx
- app-sidebar.tsx
- socials.tsx
- theme-switcher.tsx
- use-mobile.tsx
- use-sidebar-resize.ts
- utils.ts
- shadcn.jpg
- .gitignore
- bun.lockb
- components.json
- eslint.config.mjs
- LICENSE
- next.config.ts
- package.json
- postcss.config.mjs
- README.md
- tsconfig.json
- UPGRADE.md
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
bun install
설명 보기 ▼
bun install
Install JavaScript dependencies for a project from `package.json`.
bun {{[i|install]}}
Install all dependencies listed in `package.json`:
bun {{[i|install]}} {{package_name}}@{{version}}
Install a single package (this is an alias for `bun add`):
bun {{[i|install]}} {{[-g|--global]}} {{package_name}}
Install a package globally:
bun
설명 보기 ▼
bun
JavaScript 런타임 및 툴킷.
번들러, 테스트 러너 및 패키지 관리자가 포함.
더 많은 정보: <https://bun.com/docs>.
bun init
JavaScript 파일 또는 `package.json` 스크립트 실행:
bun run {{path/to/file|script_name}}
단위 테스트 실행:
bun test
`package.json`에 종속성으로 나열된 모든 패키지를 다운로드하고 설치:
git clone
설명 보기 ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
