vite
0
总安装量
15
周安装量
安装命令
npx skills add https://github.com/partme-ai/full-stack-skills --skill vite
Agent 安装分布
opencode
14
codex
13
gemini-cli
13
github-copilot
10
kimi-cli
9
amp
9
Skill 文档
When to use this skill
Use this skill whenever the user wants to:
- Follow Vite Guide topics from getting started to performance
- Configure Vite using the official config reference
- Select or understand Vite plugins from the official plugins page
- Use Vite CLI, HMR API, or JavaScript API
- Handle SSR, backend integration, or deployment scenarios in Vite
How to use this skill
- Identify the topic from the user request.
- Open the matching guide example file in
examples/guide/. - If configuration is needed, open the matching file in
examples/config/. - If plugin selection is needed, open
examples/plugins.md. - Follow official docs verbatim and keep output consistent with the referenced page.
Guide mapping (one-to-one with https://cn.vitejs.dev/guide/)
Introduction
examples/guide/getting-started.mdâ https://cn.vitejs.dev/guide/examples/guide/philosophy.mdâ https://cn.vitejs.dev/guide/philosophy.htmlexamples/guide/why-vite.mdâ https://cn.vitejs.dev/guide/why.html
Guide
examples/guide/features.mdâ https://cn.vitejs.dev/guide/features.htmlexamples/guide/cli.mdâ https://cn.vitejs.dev/guide/cli.htmlexamples/guide/using-plugins.mdâ https://cn.vitejs.dev/guide/using-plugins.htmlexamples/guide/dep-pre-bundling.mdâ https://cn.vitejs.dev/guide/dep-pre-bundling.htmlexamples/guide/assets.mdâ https://cn.vitejs.dev/guide/assets.htmlexamples/guide/build.mdâ https://cn.vitejs.dev/guide/build.htmlexamples/guide/static-deploy.mdâ https://cn.vitejs.dev/guide/static-deploy.htmlexamples/guide/env-and-mode.mdâ https://cn.vitejs.dev/guide/env-and-mode.htmlexamples/guide/ssr.mdâ https://cn.vitejs.dev/guide/ssr.htmlexamples/guide/backend-integration.mdâ https://cn.vitejs.dev/guide/backend-integration.htmlexamples/guide/troubleshooting.mdâ https://cn.vitejs.dev/guide/troubleshooting.htmlexamples/guide/performance.mdâ https://cn.vitejs.dev/guide/performance.htmlexamples/guide/migration.mdâ https://cn.vitejs.dev/guide/migration.html
APIs
examples/guide/api-plugin.mdâ https://cn.vitejs.dev/guide/api-plugin.htmlexamples/guide/api-hmr.mdâ https://cn.vitejs.dev/guide/api-hmr.htmlexamples/guide/api-javascript.mdâ https://cn.vitejs.dev/guide/api-javascript.html
Environment API
examples/guide/api-environment.mdâ https://cn.vitejs.dev/guide/api-environment.htmlexamples/guide/api-environment-instances.mdâ https://cn.vitejs.dev/guide/api-environment-instances.htmlexamples/guide/api-environment-plugins.mdâ https://cn.vitejs.dev/guide/api-environment-plugins.htmlexamples/guide/api-environment-frameworks.mdâ https://cn.vitejs.dev/guide/api-environment-frameworks.htmlexamples/guide/api-environment-runtimes.mdâ https://cn.vitejs.dev/guide/api-environment-runtimes.html
Config mapping (one-to-one with https://cn.vitejs.dev/config/)
examples/config/configuring-vite.mdâ https://cn.vitejs.dev/config/examples/config/shared-options.mdâ https://cn.vitejs.dev/config/shared-options.htmlexamples/config/server-options.mdâ https://cn.vitejs.dev/config/server-options.htmlexamples/config/build-options.mdâ https://cn.vitejs.dev/config/build-options.htmlexamples/config/preview-options.mdâ https://cn.vitejs.dev/config/preview-options.htmlexamples/config/dep-optimization-options.mdâ https://cn.vitejs.dev/config/dep-optimization-options.htmlexamples/config/ssr-options.mdâ https://cn.vitejs.dev/config/ssr-options.htmlexamples/config/worker-options.mdâ https://cn.vitejs.dev/config/worker-options.html
Plugins mapping (one-to-one with https://cn.vitejs.dev/plugins/)
examples/plugins.mdâ https://cn.vitejs.dev/plugins/
Resources
- Guide: https://cn.vitejs.dev/guide/
- Config: https://cn.vitejs.dev/config/
- Plugins: https://cn.vitejs.dev/plugins/
Keywords
Vite, build tool, dev server, HMR, config, plugins, SSR, CLI, dependency pre-bundling, assets