Skip to content

Commit 905d7d1

Browse files
author
tangmengyu.amber
committed
chore: remove all titles in frontmatter.
1 parent c1b5c14 commit 905d7d1

19 files changed

+0
-55
lines changed

blog/announcing-vite2.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
sidebar: false
3-
title: Vite 2.0 发布了
43
---
54

65
# Vite 2.0 发布了 {#announcing-vite-2-0}

config/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
---
2-
title: 配置 Vite
3-
---
41
# 配置 Vite {#configuring-vite}
52

63
## 配置文件 {#config-file}

guide/api-hmr.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
---
2-
title: HMR API
3-
---
41
# HMR API {#hmr-api}
52

63
:::tip 注意

guide/api-javascript.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
---
2-
title: JavaScript API
3-
---
41
# JavaScript API {#javascript-api}
52

63
Vite 的 JavaScript API 是完全类型化的,我们推荐使用 TypeScript 或者在 VSCode 中启用 JS 类型检查来利用智能提示和类型校验。

guide/api-plugin.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
---
2-
title: 插件 API
3-
---
41
# 插件 API {#plugin-api}
52

63
Vite 插件扩展了设计出色的 Rollup 接口,带有一些 Vite 独有的配置项。因此,你只需要编写一个 Vite 插件,就可以同时为开发环境和生产环境工作。

guide/assets.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
---
2-
title: 静态资源处理
3-
---
41
# 静态资源处理 {#static-asset-handling}
52

63
- 相关: [公共基础路径](./build#public-base-path)

guide/backend-integration.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
---
2-
title: 后端集成
3-
---
41
# 后端集成 {#backend-integration}
52

63
:::tip Note

guide/build.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
---
2-
title: 构建生产版本
3-
---
41
# 构建生产版本 {#building-for-production}
52

63
当需要将应用部署到生产环境时,只需运行 `vite build` 命令。默认情况下,它使用 `<root>/index.html` 作为其构建入口点,并生成能够静态部署的应用程序包。请查阅 [部署静态站点](./static-deploy) 获取常见服务的部署指引。

guide/comparisons.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
---
2-
title: 与其它非打包解决方案比较
3-
---
41
# 与其它非打包解决方案比较 {#comparisons-with-other-no-bundler-solutions}
52

63
## Snowpack {#snowpack}

guide/dep-pre-bundling.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
---
2-
title: 依赖预构建
3-
---
41
# 依赖预构建 {#dependency-pre-bundling}
52

63
当你首次启动 `vite` 时,你可能会注意到打印出了以下信息:

0 commit comments

Comments
 (0)