copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
Getting Started | Vite See create-vite for more details on each supported template: vanilla, vanilla-ts, vue, vue-ts, react, react-ts, preact, preact-ts, lit, lit-ts, svelte, svelte-ts Community Templates create-vite is a tool to quickly start a project from a basic template for popular frameworks
开始 | Vite 官方中文文档 Vite 是一种具有明确建议的工具,具备合理的默认设置。 您可以在 功能指南 中了解 Vite 的各种可能性。 通过 插件,Vite 支持与其他框架或工具的集成。 如有需要,您可以通过 配置部分 自定义适应你的项目。
Vite | 下一代的前端工具链 持续的生态系统集成 我们的持续集成(CI)系统在不断针对下游项目测试 Vite 的更改, 使我们能够在确保稳定性的同时,自信地改进 Vite
Home | Vite This documentation covers Vite 2 (old version) For the latest version, see https: vite dev
Features | Vite Vite provides first-party HMR integrations for Vue Single File Components and React Fast Refresh There are also official integrations for Preact via @prefresh vite Note you don't need to manually set these up - when you create an app via create-vite, the selected templates would have these pre-configured for you already TypeScript
Rolldown 集成 | Vite 官方中文文档 如果你的项目中直接依赖了 vite,可以在项目的 package json 文件里将 vite 包设置别名指向 rolldown-vite,这样就能实现无缝替换。
Configuring Vite | Vite When running vite from the command line, Vite will automatically try to resolve a config file named vite config js inside project root The most basic config file looks like this:
排错指南 | Vite 官方中文文档 最简单的办法就是使用 npx vite preview。 优化依赖 链接本地包时过期预构建依赖项 在 Vite 中通过一个哈希值来决定优化后的依赖项是否有效,这个值取决于包锁定的内容、应用于依赖项的补丁以及 Vite 配置文件中影响 node_modules 打包的选项。