Bez popisu

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

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.