Working with Claude Code - up1/workshop-vibe-coding-202507 GitHub Wiki
$npm install -g @anthropic-ai/claude-code
$export ANTHROPIC_API_KEY=<your key>
$claude
3. Create project with Vite
$npm create vite@latest web -- --template vue
$cd web
$npm install
$npm run dev
$claude
List of commands
- /init