Sin descripción

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

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.