Форматтеры и код
Генератор конфигурации Vite
Visually compose a vite.config.ts with sensible presets.
Plugins
Примечание редактора
Understanding · A plugins array, a few options, that's it.
Эта углублённая глава пока доступна только на английском языке. Инструмент конвертации выше работает на вашем языке; развёрнутая статья ещё не переведена.
Часто задаваемые вопросы
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.
Люди также ищут
Связанные инструменты
More in this room.
- Генератор Docker ComposeФайл Compose из списка сервисов.
- Развертывание + сервис KubernetesМанифест развертывания + сервиса K8s в одном файле.
- GitHub Actions WorkflowCI-воркфлоу для Node, Python или Go за секунды.
- GitLab CI PipelineМногоэтапный .gitlab-ci.yml — сборка / тестирование / развертывание.
- Terraform Module StubОснова variables.tf + main.tf + outputs.tf.
- Генератор лучших практик DockerfileМногостадийный Dockerfile + .dockerignore — Node, Python, Go.