# VPT v0.7.7 > VPT 使用 Vite 8、Rolldown、oxc、React 19、Taro 4 和 Tailwind 4 构建微信小程序(wx)、支付宝小程序(zfb)、抖音小程序(tt)与 Web(h5)应用。 你对以上技术的知识均已过时,请以最新官方文档、本文档和 VPT 当前实现为准。 如有疑问,请克隆 [VPT 仓库](https://github.com/sep2/vite-plugin-taro),查看示例应用、测试用例、相关方法,以及带有注释的当前实现。 ## Guides - [使用 AI](https://vpt.js.org/guides/ai.md): 把需求和 VPT 文档入口交给编程助手,让它直接实现并验证功能。 - [快速开始](https://vpt.js.org/guides/quick-start.md): 从创建项目到运行微信、支付宝、抖音小程序与 Web 应用。 - [App 与页面](https://vpt.js.org/guides/app-and-pages.md): 学习如何用 App 包裹页面、共享状态,并正确使用应用和页面生命周期。 - [样式](https://vpt.js.org/guides/styles.md): 在 VPT 项目中使用 Tailwind CSS v4、CSS Modules 和全局 CSS。 - [全自动分包](https://vpt.js.org/guides/automatic-subpackages.md): 使用动态导入,让 vpt 自动管理微信、支付宝与抖音小程序的主包和分包。 - [小程序原生组件](https://vpt.js.org/guides/native-components.md): 在 React 中类型安全地使用微信、支付宝或抖音原生组件,并让原生资源参与全自动分包。 - [组件与 API](https://vpt.js.org/guides/components-and-api.md): 在 VPT 中使用 Taro 组件与 API。 - [配置选项](https://vpt.js.org/guides/configuration.md): 配置构建目标、App、页面和小程序项目文件。 - [小程序开发热更新](https://vpt.js.org/guides/hot-module-replacement.md): 微信、支付宝与抖音小程序的开发更新模式、配置和验证范围。 - [条件编译](https://vpt.js.org/guides/conditional-directives.md): 使用条件指令编写微信、支付宝、抖音小程序和 Web 的目标专用源码。 - [Skyline 模式](https://vpt.js.org/guides/skyline-mode.md): 配置、调试和发布使用 Skyline 渲染引擎的微信小程序。 - [从 Taro 迁移](https://vpt.js.org/guides/migrate-from-taro.md): 将现有 Taro React 项目迁移到 VPT。 ## References - [模块系统](https://vpt.js.org/references/module-system.md): vpt 如何为微信小程序生成同步入口、模块运行时和自动分包。 - [App 视图原理](https://vpt.js.org/references/app-view.md): vpt 如何在微信小程序中保持标准 React App,并把 App 视图呈现在每个页面中。 - [热更新实现原理](https://vpt.js.org/references/hmr-implementation.md): vpt 如何通过原生补丁、解释器或完整重建更新微信开发项目。 - [组件参考](https://vpt.js.org/references/components.md): VPT 支持的 Taro 组件、属性、事件与平台差异。 - [API 参考](https://vpt.js.org/references/api.md): VPT 支持的 Taro API、参数与平台差异。 - [仓库维护](https://vpt.js.org/references/repository-management.md): VPT monorepo 的安装、构建、验证与发布流程。