Esegui il deployment di un servizio in Cloud Run con i framework
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
L'immagine container può eseguire il codice utilizzando uno dei framework frontend supportati. I framework forniscono una struttura per il codice e risolvono i problemi comuni delle applicazioni, come il routing e il recupero dei dati. I framework possono anche migliorare le prestazioni spostando processi come il rendering dal browser al server o al passaggio di compilazione. Con i framework, puoi sviluppare e pacchettizzare rapidamente il codice sorgente in un'immagine container, quindi eseguire il deployment dell'immagine in Cloud Run.
Scopri come creare ed eseguire il deployment di un'app di esempio Hello World utilizzando uno dei seguenti
framework frontend:
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-09-04 UTC."],[],[],null,["# Deploy a service to Cloud Run with frameworks\n\nYour container image can run code using one of the supported frontend frameworks. Frameworks provide structure for your code and resolve common application problems like routing and data fetching. Frameworks can also improve performance by shifting processes like rendering from the browser to the server or to the build step. With frameworks, you can quickly develop and package your source code into a container image, and then deploy the image to Cloud Run.\n\n\u003cbr /\u003e\n\nLearn how to create and deploy a Hello World sample app using any of the following\nfrontend frameworks:\n\n- JavaScript:\n\n - [Angular SSR](/run/docs/quickstarts/frameworks/deploy-angular-ssr-service) built on Angular\n - [Next.js](/run/docs/quickstarts/frameworks/deploy-nextjs-service) built on React\n - [Nuxt.js](/run/docs/quickstarts/frameworks/deploy-nuxtjs-service) built on Vue.js\n - [SvelteKit](/run/docs/quickstarts/frameworks/deploy-sveltekit-service) built on Svelte"]]