一个基于 Vite 8 的统一前端工具链用一个vp命令整合了开发服务器、测试、构建、检查、打包和任务运行构建工具徐循渐进。Vite 8.1 实验性地支持了全量打包模式Rolldown 1.0 正式发布带了新插件系统和性能提升Oxlint 集成了 React Compiler 的原生 lint 规则Oxfmt 开始支持 Svelte 格式化Vitest 新增了 ARIA 快照支持Vite 是 MIT 协议开源项目不绑定特定框架。安装只需要一行curl -fsSL https://vite.plus | bash然后用vp create新建项目或vp migrate改造已有项目Dify、Addy Osmani 的 critical、BlockNote 等项目已经在用。Dify: an open-source platform for building LLM apps.critical: Addy Osmanis framework-agnostic critical-path CSS tool.BlockNote: a block-based, Notion-style rich text editor forReact.vinext: a drop-inNext.js-compatible framework built on Vite.zerobyte: backup automation for self-hosters, built withTanStackand React.îles: a partial-hydration islands site generator forVue.agentsview: local-first session search and analytics for coding agents, built withSvelte.Inkline: a UI component library that ships acrossVue, React, Svelte, Angular, Solid, Qwik, and Astro.npmx: an open-source npm registry browser built onNuxt.vp run的任务缓存更智能了不再需要手动声明输入输出和环境变量vp migrate能处理更多样的项目结构还提供 agent 迁移提示vp dev— start a development server with hot module replacement, powered by Vite 8.vp check— format your code with Oxfmt, lint it with Oxlint, and type check it at once.vp test— run unit tests powered by Vitest.vp build— build your project for production, powered by Vite 8.vp pack— bundle libraries with best practices baked in, powered by tsdown.vp run— run any npm script or task through the built-in monorepo-aware task runner with intelligent caching.参考Getting Started | The Unified Toolchain for the WebAnnouncing Vite Beta | VoidZeroOSCHINA - 开源 × AI · 开发者生态社区