Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translate Server-Side Rendering [DONE] #48

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions src/v2/guide/ssr.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
---
title: Server-Side Rendering
title: SSR. Rendare pe Server
type: guide
order: 503
---

## The Complete SSR Guide
## Ghidul Complet Pentru SSR

We have created a standalone guide for creating server-rendered Vue applications. This is a very in-depth guide for those who are already familiar with client-side Vue development, server-side Node.js development and webpack. Check it out at [ssr.vuejs.org](https://ssr.vuejs.org/).
Am creat un ghid separat pentru crearea aplicațiilor Vue cu rendarea pe server. Acesta este un ghid foarte detaliat pentru cei care sunt deja familiarizați cu dezvoltarea pe Vue pe partea clientului, cu dezvoltarea rendării pe partea serverului în Node.js și cu Webpack. Manualul poate fi accesat pe [ssr.vuejs.org](https://ssr.vuejs.org/).

## Nuxt.js

Properly configuring all the discussed aspects of a production-ready server-rendered app can be a daunting task. Luckily, there is an excellent community project that aims to make all of this easier: [Nuxt.js](https://nuxtjs.org/). Nuxt.js is a higher-level framework built on top of the Vue ecosystem which provides an extremely streamlined development experience for writing universal Vue applications. Better yet, you can even use it as a static site generator (with pages authored as single-file Vue components)! We highly recommend giving it a try.
Configurarea corectă a tuturor aspectelor aplicației rendate pe server și pregătite pentru producție poate fi o sarcină dificilă. Din fericire, există un proiect comunitar excelent care urmărește să ușureze toate acestea: [Nuxt.js](https://nuxtjs.org/).

Nuxt.js -- este un framework de nivel superior construit pe baza ecosistemului Vue care va oferi o experiență rapidă în dezvoltarea aplicațiilor universale pe Vue. Ba chiar mai mult, îl puteți folosi ca un generator de site-uri statice (cu pagini reprezentate de componente ca fișiere unice)! Vă recomandăm să-l încercați.