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 2 anni fa
components first commit 2 anni fa
pages first commit 2 anni fa
public/images first commit 2 anni fa
server/api maj readme + fetching useFetch 2 anni fa
.gitignore first commit 2 anni fa
App.vue maj readme + fetching useFetch 2 anni fa
README.md maj readme + fetching useFetch 2 anni fa
nuxt.config.ts first commit 2 anni fa
package.json first commit 2 anni fa
tsconfig.json first commit 2 anni fa
yarn.lock first commit 2 anni 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