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 Vite (French word for "quick", pronounced vit , like "veet") is a build tool that aims to provide a faster and leaner development experience for modern web projects
Getting Started | Vite create-vite is a tool to quickly start a project from a basic template for popular frameworks Check out Awesome Vite for community maintained templates that include other tools or target different frameworks
Vite | 下一代的前端工具链 I'm loving what Vite enables We've found building SolidStart that it is less a metaframework but a system of symbiotic Vite plugins While built with SolidJS in mind, they should scale from our simplest template to opinionated starter We're building an ecosystem on Vite
Home | Vite This documentation covers Vite 2 (old version) For the latest version, see https: vite dev
Rolldown 集成 | Vite 官方中文文档 如果你的项目中直接依赖了 vite,可以在项目的 package json 文件里将 vite 包设置别名指向 rolldown-vite,这样就能实现无缝替换。
Vite 6. 0 is out! | Vite 官方中文文档 你可以使用 pnpm create vite 快速搭建一个 Vite 应用,使用你喜欢的框架,或在线体验 Vite 6,访问 vite new。 你还可以运行 pnpm create vite-extra 以获取其他框架和运行时(Solid、Deno、SSR 和库起始模板)的模板。
开始 | Vite 官方中文文档 Vite 是一种具有明确建议的工具,具备合理的默认设置。 您可以在 功能指南 中了解 Vite 的各种可能性。 通过 插件,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:
Building for Production | Vite When it is time to deploy your app for production, simply run the vite build command By default, it uses <root> index html as the build entry point, and produces an application bundle that is suitable to be served over a static hosting service