25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
dje 9368eab11f maj readme + fetching useFetch 1 yıl önce
components first commit 1 yıl önce
pages first commit 1 yıl önce
public/images first commit 1 yıl önce
server/api maj readme + fetching useFetch 1 yıl önce
.gitignore first commit 1 yıl önce
App.vue maj readme + fetching useFetch 1 yıl önce
README.md maj readme + fetching useFetch 1 yıl önce
nuxt.config.ts first commit 1 yıl önce
package.json first commit 1 yıl önce
tsconfig.json first commit 1 yıl önce
yarn.lock first commit 1 yıl önce

README.md

Notes

les contenus HTML sont récupérés auprès de l’API (dossier server/api) : Le fichier contents.ts décrit les sections dans un objet js, récupère les contenus dans les fichiers html du même dossier et retourne cet objet pour qu’il soit consommé par la partie cliente.

Installation des dép.

yarn install

Mode dev & hot reload

yarn dev

Génération statique

yarn generate

Preview

yarn preview