You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/guide/ssr.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,10 @@
14
14
15
15
## Vite SSR
16
16
17
-
[Vite](https://vitejs.dev/)is a new breed of frontend build tool that significantly improves the frontend development experience. It consists of two major parts:
Vite also provides built-in [support for server-side rendering](https://vitejs.dev/guide/ssr.html). You can find an example project with Vue [here](https://github.com/vitejs/vite/tree/main/packages/playground/ssr-vue)
23
+
Vite は組み込みの [サーバサイドレンダリングのサポート](https://vitejs.dev/guide/ssr.html) もあります。Vue を使ったプロジェクトの例は [こちら](https://github.com/vitejs/vite/tree/main/packages/playground/ssr-vue) で見ることができます。
0 commit comments