| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
| 29 | 30 | 31 |
- secure context
- json schema
- PowerShell
- podman
- tauri
- Typescript
- FileChannel
- RandomAccessFile
- vim
- Java
- Python Install Manager
- Webpack
- cross-origin isolated
- CSS
- 정렬
- Vite
- yaml
- UV
- docker
- cli
- curl
- Python
- Docker Compose
- vscode
- 이미지
- Ollama
- uv init
- uv pin
- io
- json
- Today
- Total
목록2026/03/22 (2)
워로디스
프로젝트 구성 절차mkdir test-libcd test-libnpm init -ynpm pkg set main=dist/index.jsnpm pkg set types=dist/index.d.tsnpm pkg set exports=./dist/index.jsnpm pkg set type=modulenpm pkg set scripts.build=tsc 배포에 dist 만 포함npm pkg set files[0]=distnpm install -D typescriptnpx tsc --init --rootDir ./src --outDir ./distmkdir srcNew-Item ./src/index.tsindex.ts 예시다시 내보내기 방식export * from "./math.js"; export * fr..
1. vite 프로젝트 구성npm create vite@latest> npx> create-vite│◇ Project name:│ test-app│◇ Select a framework:│ React│◇ Select a variant:│ TypeScript + React Compiler│◇ Install with npm and start now?│ Yes│◇ Scaffolding project in N:\workspace\projects\pv2\test-app...│◇ Installing dependencies with npm...added 178 packages, and audited 179 packages in 6s49 packages are looking for funding ru..