Formatadores e Código
Gerador de Configuração Vite
Visually compose a vite.config.ts with sensible presets.
Plugins
Nota do editor
Understanding · A plugins array, a few options, that's it.
Este capítulo aprofundado está disponível apenas em inglês no momento. A ferramenta de conversão acima funciona no seu idioma; o artigo explicativo longo ainda não foi traduzido.
Perguntas frequentes
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.
As pessoas também pesquisam por
Ferramentas relacionadas
More in this room.
- Gerador de Docker ComposeFicheiro Compose a partir de uma lista de serviços.
- Kubernetes Deployment + ServiceManifesto K8s Deployment + Service num único ficheiro.
- Fluxo de Trabalho do GitHub ActionsFluxo de trabalho de CI para Node, Python ou Go em segundos.
- Pipeline do GitLab CI.gitlab-ci.yml de várias fases — build / testar / implementar.
- Estrutura Básica do Módulo TerraformEstrutura de variables.tf + main.tf + outputs.tf.
- Gerador de Dockerfile com Melhores PráticasDockerfile multifase + .dockerignore — Node, Python, Go.