Skip to content

Commit 5531047

Browse files
committed
docs: update architecture overview
1 parent f08bb3c commit 5531047

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
Loading

docs/advanced/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
The above figure shows a brief overview of the VuePress architecture:
88

99
- Node App will generate temp files, including the pages, routes, etc.
10-
- Bundler will handle Client App together with the temp files, just like a common Vue SPA.
10+
- Bundler will handle Client App together with the temp files, just like a common Vue app.
1111

1212
As a developer, you must be aware of that VuePress has two main parts: **Node App** and **Client App**, which is important when developing plugins and themes:
1313

docs/zh/advanced/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
上图展示了 VuePress 的简要架构:
88

99
- Node App 会生成临时文件,包括页面、路由等。
10-
- Bundler 会将 Client App 和临时文件一起进行打包,就像处理一个普通的 Vue SPA 一样。
10+
- Bundler 会将 Client App 和临时文件一起进行打包,就像处理一个普通的 Vue App 一样。
1111

1212
作为开发者,你必须要意识到 VuePress 分为两个主要部分: **Node App****Client App** ,这一点对于开发插件和主题来说都十分重要。
1313

0 commit comments

Comments
 (0)