بنقرة واحدة
vite-dev
Vite development server setup, building, hot reload, and plugin configuration
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Vite development server setup, building, hot reload, and plugin configuration
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Chrome DevTools automation for browser testing, debugging, and performance analysis
Clojure development workflows including REPL, deps.edn, testing, and linting
Docker Compose orchestration for multi-container applications
Full stack integration patterns connecting Clojure backend and React frontend
Git workflow management including branching, commits, PRs, and conflict resolution
OpenCode plugin development guidance including structure, events, tools, patterns, and best practices
| name | vite-dev |
| description | Vite development server setup, building, hot reload, and plugin configuration |
| license | MIT |
| compatibility | opencode |
| metadata | {"audience":"frontend-developers","bundler":"vite"} |
Use me when working with Vite-based frontend projects, especially when:
npm run dev - Start dev server (default port 5173)npm run build - Build for productionnpm run preview - Preview production build locallyvite optimize - Pre-bundle dependenciesvite --debug - Run with debug outputserver.port - Change dev server portserver.proxy - Proxy backend requests (e.g., {"/api": "http://localhost:3000"})build.outDir - Output directory (default: dist)plugins - Add plugins (e.g., @vitejs/plugin-react)tsconfig.paths supporttsc --noEmit before building.js extensions (Vite transpiles).env, .env.local, .env.productionimport.meta.env.VARIABLE_NAMEVITE_ for client-side variablesbuild.chunkSizeWarningLimit for large bundlesrollup-plugin-visualizervite.config.ts exports default config