要使的窗口可以拖动,需要给相应元素设置-webkit-app-region: drag属性。 .title-container {-webkit-app-region: dr...
要使的窗口可以拖动,需要给相应元素设置-webkit-app-region: drag属性。 .title-container {-webkit-app-region: dr...
故障排除¶[https://cn.vitejs.dev/guide/troubleshooting.html#troubleshooting] 你还可以查看 Rollup 的...
与其他工具比较¶[https://cn.vitejs.dev/guide/comparisons.html#comparisons] WMR¶[https://cn.vite...
后端集成¶[https://cn.vitejs.dev/guide/backend-integration.html#backend-integration] Note 如果...
服务端渲染¶[https://cn.vitejs.dev/guide/ssr.html#server-side-rendering] 注意 SSR 特别指支持在 Node.j...
环境变量和模式¶[https://cn.vitejs.dev/guide/env-and-mode.html#env-variables-and-modes] 环境变量¶[h...
部署静态站点¶[https://cn.vitejs.dev/guide/static-deploy.html#deploying-a-static-site] 本指南建立在以...
构建生产版本¶[https://cn.vitejs.dev/guide/build.html#building-for-production] 当需要将应用部署到生产环境时,...
静态资源处理¶[https://cn.vitejs.dev/guide/assets.html#static-asset-handling] 相关: 公共基础路径[https...
依赖预构建¶[https://cn.vitejs.dev/guide/dep-pre-bundling.html#dependency-pre-bundling] 当你首次启...
Vite 可以使用插件进行扩展,这得益于 Rollup 优秀的插件接口设计和一部分 Vite 独有的额外选项。这意味着 Vite 用户可以利用 Rollup 插件的强大生态系...
开发服务器¶[https://cn.vitejs.dev/guide/cli.html#dev-server] vite¶[https://cn.vitejs.dev/gui...
兼容性注意 Vite 需要 nodejs版本 >= 12.0.0使用 NPM:$ npm init vite@latest使用 Yarn:$ yarn create vit...