macOS
brew install vitelocal Homebrew formula metadata
安装
brew install vitelocal Homebrew formula metadata
nix profile install nixpkgs#vitenixpkgs package indexes · pkgs/by-name/vi/vite/package.nix · 来源: api.github.com
概览
Next generation frontend tooling. It's fast!
历史
Vite is a frontend development server and build tool created by Evan You for the browser-native ES module era. Its central idea is to avoid rebuilding a whole application during development: source modules are served on demand, dependencies are pre-bundled, and hot updates travel through native ESM boundaries.
In package-manager culture, Vite became the default small executable behind many JavaScript framework starters. The `vite` command is used both as an interactive development server and as the entry point for production builds, making it a common tool even for developers who encounter it indirectly through framework CLIs.
Vite emerged in 2020 as a response to the long startup and rebuild times of bundle-first JavaScript tooling. The official documentation frames its origins around the moment when browsers had gained broad ES module support, allowing development servers to let the browser load modules directly instead of constructing an entire bundle before first page load.
Vite 2, released by Evan You in February 2021, was the point where the project became a broader framework-agnostic tool rather than only a Vue-oriented experiment. Later major releases focused on ecosystem stability, plugin compatibility, performance, and keeping the development and production pipelines aligned.
By the mid-2020s, Vite's roadmap had shifted toward unifying more of the toolchain. Official Vite documentation describes the migration toward Rolldown so that dependency pre-bundling and production bundling can eventually share a high-performance Rollup-compatible foundation.
Vite adoption accelerated quickly after Vite 2. The Vite 3 announcement said the project had passed one million npm downloads per week and named Nuxt 3, SvelteKit, Astro, Hydrogen, and SolidStart as frameworks built with or defaulting to Vite.
The Vite 4 announcement reported growth from one million to 2.5 million npm downloads per week, and the Vite 5 announcement reported a further jump to 7.5 million weekly downloads. These official release notes also positioned Vite as shared infrastructure for an expanding framework ecosystem rather than a single-framework companion.
In 2026 the Vite project described a new stage after VoidZero joined Cloudflare, while stating that Vite remained open source, vendor-agnostic, and stewarded by the Vite team with members from multiple organizations and independent contributors.
A typical Vite workflow starts a local development server, serves source files as native ESM, applies fast transforms, and sends HMR updates without forcing a full page reload. For production, Vite builds optimized assets through its bundling pipeline.
Vite is also used as a plugin platform. Its Rollup-inspired plugin API, framework integrations, and configuration files make the `vite` package a common dependency in frontend apps, component libraries, documentation sites, and server-rendered web frameworks.
Vite matters to package nerds because it is both a visible CLI and a hidden ecosystem substrate. Installing a modern frontend starter often means installing Vite or a framework layer that delegates development and build behavior to Vite.
It also marks a generational shift away from older dev-server assumptions: native ESM during development, aggressive dependency pre-bundling, and framework-shared tooling replaced many bespoke Webpack-era setups.
安全态势
没有找到 vite 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
project root/vite.config.jsproject root/vite.config.tsproject root/vite.config.mjsproject root/vite.config.mtsproject root/vite.config.jsproject root/vite.config.tsproject root/vite.config.mjsproject root/vite.config.mts可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
vite | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:vite |
|---|---|
| 版本 | 8.1.3 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/vite |
| 主页 | https://vitejs.dev/ |
| 仓库 | https://github.com/vitejs/vite |
| 上游文档 | https://vite.dev/guide |
| 许可证 | MIT |
| 源码归档 | https://registry.npmjs.org/vite/-/vite-8.1.3.tgz |
| 最后更新 | 2026-07-03T07:22:19Z |
| Pulse | updated |
| 依赖 | node |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | vite |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
vite 1.4-1
Efficient visual trace explorer
https://solverstack.gitlabpages.inria.fr/vite/
sudo apt install vitevite
nix profile install nixpkgs#vitevite 1.2+svn+git4.c6c0ce7-8build2
Efficient visual trace explorer
sudo apt install vite来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.