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-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,10 @@ Configurar corretamente todos os aspectos de uma aplicação pronta para produç
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:
17
+
[Vite](https://vitejs.dev/)é uma nova geração de ferramentas de construção de front-end que melhora significativamente a experiência de desenvolvimento de front-end. Ela consiste em duas partes principais:
18
18
19
-
-A dev server that serves your source files over native ES modules, with rich built-in features and astonishingly fast Hot Module Replacement (HMR).
19
+
-Um servidor de desenvolvimento que serve seus arquivos fonte por meio de módulos ES nativos, com recursos integrados e surpreendentemente rápido _Hot Module Replacement_ (HMR).
20
20
21
-
-A build command that bundles your code with [Rollup](https://rollupjs.org/), pre-configured to output highly optimized static assets for production.
21
+
-Um comando de construção que empacota seu código com [Rollup](https://rollupjs.org/), pré-configurado para gerar _assets_ estáticos altamente otimizados para produção.
22
22
23
-
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 também fornece [suporte integrado a renderização do lado do servidor](https://vitejs.dev/guide/ssr.html). Você pode encontrar um projeto de exemplo com Vue [aqui](https://github.com/vitejs/vite/tree/main/packages/playground/ssr-vue)
0 commit comments