Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
dje 9368eab11f maj readme + fetching useFetch 1 anno fa
components first commit 1 anno fa
pages first commit 1 anno fa
public/images first commit 1 anno fa
server/api maj readme + fetching useFetch 1 anno fa
.gitignore first commit 1 anno fa
App.vue maj readme + fetching useFetch 1 anno fa
README.md maj readme + fetching useFetch 1 anno fa
nuxt.config.ts first commit 1 anno fa
package.json first commit 1 anno fa
tsconfig.json first commit 1 anno fa
yarn.lock first commit 1 anno fa

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