Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
dje 9368eab11f maj readme + fetching useFetch 2 лет назад
components first commit 2 лет назад
pages first commit 2 лет назад
public/images first commit 2 лет назад
server/api maj readme + fetching useFetch 2 лет назад
.gitignore first commit 2 лет назад
App.vue maj readme + fetching useFetch 2 лет назад
README.md maj readme + fetching useFetch 2 лет назад
nuxt.config.ts first commit 2 лет назад
package.json first commit 2 лет назад
tsconfig.json first commit 2 лет назад
yarn.lock first commit 2 лет назад

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