Sen descrición

Olivier Massot 19ef2bf463 move ssl certifs in the env subdir hai 1 ano
assets eedabd6458 refactor "about" page hai 1 ano
components d84442fb10 minor fixes hai 1 ano
composables a24562fb9f implement the whole entity manager system from app hai 1 ano
env 19ef2bf463 move ssl certifs in the env subdir hai 1 ano
lang c851114eca refactoring du sticky menu (cas standard) hai 1 ano
models 9959d89f51 add the news index page hai 1 ano
pages d84442fb10 minor fixes hai 1 ano
plugins 58cd799b1c refact BannerTitle, MenuScroll component hai 1 ano
public 8ae0f607c3 page d'accueil + layout %!s(int64=2) %!d(string=hai) anos
services 5e705ffccf refactor the "nous-rejoindre/[id]" page hai 1 ano
stores 99c08ee645 refactor the joinus/index page hai 1 ano
types ed95e31585 refact page contact et news/id hai 1 ano
.env.docker a24562fb9f implement the whole entity manager system from app hai 1 ano
.env.prod 8ae0f607c3 page d'accueil + layout %!s(int64=2) %!d(string=hai) anos
.env.test 35eb5f2870 refact HomePromotion component hai 1 ano
.eslintignore ed25a1688e sticky menu %!s(int64=2) %!d(string=hai) anos
.eslintrc.yaml ed25a1688e sticky menu %!s(int64=2) %!d(string=hai) anos
.gitignore c851114eca refactoring du sticky menu (cas standard) hai 1 ano
.gitlab-ci.yml 8a61cc6fd0 test push cd %!s(int64=2) %!d(string=hai) anos
.nuxtignore edefdbb454 refactor HomeHelp component hai 1 ano
.nvmrc ed25a1688e sticky menu %!s(int64=2) %!d(string=hai) anos
.prettierrc 8a61cc6fd0 test push cd %!s(int64=2) %!d(string=hai) anos
README.md 35eb5f2870 refact HomePromotion component hai 1 ano
app.vue 97aa8275dc refactor remaining components of the formations page hai 1 ano
nuxt.config.ts 19ef2bf463 move ssl certifs in the env subdir hai 1 ano
package.json 5e705ffccf refactor the "nous-rejoindre/[id]" page hai 1 ano
tsconfig.json d6fc02c531 add lint prettier %!s(int64=2) %!d(string=hai) anos
yarn.lock 5e705ffccf refactor the "nous-rejoindre/[id]" page hai 1 ano

README.md

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

yarn install

Créer le symlink vers le bon fichier env (remplacer par l'env courant):

ln -s .env.<environnement> .env

Development Server

Start the development server on http://localhost:3000

yarn dev
````

## SSG

```bash
yarn generate

Check out the deployment documentation for more information.