书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 313 个相关结果.
  • Bundler

    Bundler Webpack Vite Bundler VuePress has been using webpackopen in new window as the bundler to dev and build sites. Since VuePress v2, other tools like Viteopen in new win...
  • Asset Bundling

    Asset Bundling (Vite) Introduction Choosing Between Vite And Laravel Mix Migrating Back To Mix Installation & Setup Installing Node Installing Vite And The Laravel Plugin Con...
  • Getting Started

    Getting Started Scaffolding Your First Vite Project Command Line Interface Project Root Using Unreleased Commits Getting Started If you are interested to learn more about V...
  • 使用插件

    使用插件 添加一个插件 查找插件 强制插件排序 按需应用 创建插件 使用插件 Vite 可以使用插件进行扩展,这得益于 Rollup 优秀的插件接口设计和一部分 Vite 独有的额外选项。这意味着 Vite 用户可以利用 Rollup 插件的强大生态系统,同时根据需要也能够扩展开发服务器和 SSR 功能。 添加一个插件 若要使用一个插件,...
  • JavaScript API

    JavaScript API createServer Using the Vite Server as a Middleware InlineConfig ViteDevServer build resolveConfig JavaScript API Vite’s JavaScript APIs are fully type...
  • Server-Side Rendering (SSR/)

    Server-Side Rendering Example Projects Source Structure Conditional Logic Setting Up the Dev Server Building for Production Generating Preload Directives Pre-Rendering / SSG ...
  • Config File

    Config File Config File Resolving Config Intellisense Conditional Config Config File Config File Resolving When running vite from the command line, Vite will automaticall...
  • Getting Started

    Getting Started Overview Browser Support Scaffolding Your First Vite Project Community Templates index.html and Project Root Specifying Alternative Root Command Line Interf...
  • Config File

    Config File Config File Resolving Config Intellisense Conditional Config Async Config Config File Config File Resolving When running vite from the command line, Vite wil...
  • 开始

    开始 总览 浏览器支持 搭建第一个 Vite 项目 社区模板 index.html 与项目根目录 指定替代根目录 命令行界面 使用未发布的功能 社区 开始 总览 Vite (法语意为 “快速的”,发音 /vit/ ) 是一种新型前端构建工具,能够显著提升前端开发体验。它主要由两部分组成: 一个开发服务器,它基于 原生 ES 模...