Page traduite Le contenu de cette page peut être déprécié.
nuxt.renderAndGetWindow(url, options)
Récupère la window
d'une URL donnée de l'application Nuxt.
-
Type :
Function
-
Argument :
String
-
String
: URL à afficher -
Optional,
Object
: options
-
virtualConsole:
Boolean
(par défaut :true
)
-
-
Renvois :
Promise
-
Renvois :
window
-
Renvois :
Cette méthode est faite à des fins de test.
Pour utiliser cette fonction, vous devez installer jsdom
:
npm install --save-dev jsdom
Exemple :
const { loadNuxt } = require('nuxt')
async function init() {
// En supposant que vous ayez déjà construit votre projet
const nuxt = await loadNuxt({ for: 'start' })
await nuxt.listen(3000)
const window = await nuxt.renderAndGetWindow('http://localhost:3000')
// Afficher le `<titre>`
console.log(window.document.title)
nuxt.close()
}
init()
Prochaine étape
Consultez le Glossaire des composants
Editer cette page sur GitHub
Mise à jour le mer. 3 avril 2024
Sébastien Chopin
川音리오
Maciek Palmowski
Nestor Vera
Daniel Roe
Yue Yang
Jeronimas
Clément Ollivier
Alexander Lichter
N3-rd
Adrien Zaganelli
Mag
Stefan Huber
Olga Bulat
Paiva
Florian Reuschel
Rishi Raj Jain
Savas Vedova
Steven Soekha
Vinícius Alves
Kareem Dabbeet
Valentín Costa
Ryan Skinner
Alex Hirzel
Ajeet Chaulagain
René Eschke
Nico Devs
Muhammad Bin Shehzad
Nazaré da Piedade
Naoki Hamada
Tom
Yann Aufray
Anthony Chu
Nuzhat Minhaz
Lucas Portet
Richard Schloss
Bobby
bpy
Antony Konstantinidis
Hibariya
Jose Seabra
Eze
Florian Lefebvre
Lucas Recoaro
Julien SEIXAS
Sylvain Marroufin
Spencer Cooley
Piotr Zatorski
Vladimir Semyonov
Harry Allen
kazuya kawaguchi