Profile
Guany's personal preferences and toolchain.
Tech Stack
| Category | Preference |
|---|
| Language | TypeScript |
| Frontend Framework | Vue 3, React, Nuxt, Next.js |
| UI Library | shadcn/ui, Element Plus, Vant |
| Desktop | Tauri |
| Backend | Nitro, Bun, Node.js |
| Deploy | Vercel, Netlify, Docker |
Toolchain
| Category | Preference |
|---|
| Package Manager | pnpm |
| Install Command | ni (@antfu/ni) |
| Python Tool | uv, uvx (no global pip) |
| Run Command | npx, uvx (avoid global install) |
| Node Version Manager | fnm |
| Editor | VS Code + Vitesse Dark theme |
| Shell | Oh My Zsh + Starship |
| Font | FiraCode Nerd Font |
| Git | Disable CRLF auto-conversion, Ed25519 SSH |
Code Style
| Category | Preference |
|---|
| Indent | 2 spaces |
| Line Endings | LF |
| Semicolons | No |
| Quotes | Single |
| Theme Color | #3498db |