About 358 results
Open links in new tab
  1. 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 …

  2. Vite | Next Generation Frontend Tooling

    Vite. Next Generation Frontend Tooling. Get ready for a development environment that can finally catch up with you.

  3. 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 …

  4. Vite 6.0 is out! | Vite 官方中文文档 - cn.vitejs.dev

    Nov 26, 2024 · Vite 6 是自 Vite 2 以来最重要的主要版本发布。 我们渴望与生态系统合作,通过新的 API 继续扩展我们的共享资源,并一如既往地提供一个更完善的构建基础。

  5. 开始 | Vite 官方中文文档

    执行 vite 命令会以当前工作目录作为根目录启动开发服务器。你也可以通过 vite serve some/sub/dir 来指定一个不同的根目录。 需要注意的是,Vite 也会在项目的根目录中寻找 它的 …

  6. Vite

    Why Vite; Getting Started; Features; Using Plugins; Dependency Pre-Bundling; Static Asset Handling; Building for Production; Deploying a Static Site; Env Variables and Modes; Server …

  7. Features | Vite

    At the very basic level, developing using Vite is not that much different from using a static file server. However, Vite provides many enhancements over native ESM imports to support …

  8. Why Vite | Vite - v2.vitejs.dev

    Vite aims to address these issues by leveraging new advancements in the ecosystem: the availability of native ES modules in the browser, and the rise of JavaScript tools written in …

  9. Building for Production | Vite

    Until Vite 2.8, the default chunking strategy divided the chunks into index and vendor. It is a good strategy for some SPAs, but it is hard to provide a general solution for every Vite target use case.

  10. Configuring Vite | Vite

    By default, Vite will crawl all your .html files to detect dependencies that need to be pre-bundled (ignoring node_modules, build.outDir, __tests__ and coverage). If build.rollupOptions.input is …

Refresh