Formateadores y código
Generador de Configuración de Vite
Visually compose a vite.config.ts with sensible presets.
Plugins
Nota del editor
Understanding · A plugins array, a few options, that's it.
Este capítulo en profundidad está disponible solo en inglés por el momento. La herramienta de conversión de arriba funciona en tu idioma; el artículo explicativo extenso aún no se ha traducido.
Preguntas frecuentes
Quick answers.
›Which frameworks are supported?
The generator includes presets for React, Vue, Svelte, Preact, and Lit, along with vanilla TypeScript and JavaScript setups.
›Does this tool install dependencies?
No. The tool generates the configuration code only; you will still need to install the relevant plugins via `npm` or `yarn` as specified in the output.
›What is the difference between library and build mode?
Build mode optimizes for a web application deployment, while library mode configures Vite to bundle your code for distribution on registries like npm.
›Is my project data safe?
Yes. This generator runs entirely in your browser. None of your local paths or configuration choices are sent to a server.
La gente también busca
Herramientas relacionadas
More in this room.
- Generador Docker ComposeArchivo Compose a partir de una lista de servicios.
- Despliegue + Servicio de KubernetesManifiesto de Despliegue + Servicio K8s en un solo archivo.
- Flujo de trabajo de GitHub ActionsFlujo de trabajo CI para Node, Python o Go en segundos.
- Pipeline de GitLab CI.gitlab-ci.yml multi-etapa — construir / probar / desplegar.
- Módulo Terraform Stubvariables.tf + main.tf + outputs.tf andamiaje.
- Generador de Dockerfile de Mejores PrácticasDockerfile multi-etapa + .dockerignore — Node, Python, Go.