Nincs leírás

Olivier Massot 02ff5f6a8d remove news sorting (now api side), refact pagination 2 éve
assets eedabd6458 refactor "about" page 2 éve
components 02ff5f6a8d remove news sorting (now api side), refact pagination 2 éve
composables a24562fb9f implement the whole entity manager system from app 2 éve
lang c851114eca refactoring du sticky menu (cas standard) 2 éve
models 9959d89f51 add the news index page 2 éve
pages d84442fb10 minor fixes 2 éve
plugins 58cd799b1c refact BannerTitle, MenuScroll component 2 éve
public 8ae0f607c3 page d'accueil + layout 2 éve
services 5e705ffccf refactor the "nous-rejoindre/[id]" page 2 éve
stores 99c08ee645 refactor the joinus/index page 2 éve
types ed95e31585 refact page contact et news/id 2 éve
.env.docker a24562fb9f implement the whole entity manager system from app 2 éve
.env.prod 8ae0f607c3 page d'accueil + layout 2 éve
.env.test 35eb5f2870 refact HomePromotion component 2 éve
.eslintignore ed25a1688e sticky menu 2 éve
.eslintrc.yaml ed25a1688e sticky menu 2 éve
.gitignore c851114eca refactoring du sticky menu (cas standard) 2 éve
.gitlab-ci.yml 8a61cc6fd0 test push cd 2 éve
.nuxtignore edefdbb454 refactor HomeHelp component 2 éve
.nvmrc ed25a1688e sticky menu 2 éve
.prettierrc 8a61cc6fd0 test push cd 2 éve
README.md 35eb5f2870 refact HomePromotion component 2 éve
app.vue 97aa8275dc refactor remaining components of the formations page 2 éve
local.portail_v2.opentalent.fr.crt 8ae0f607c3 page d'accueil + layout 2 éve
local.portail_v2.opentalent.fr.key 8ae0f607c3 page d'accueil + layout 2 éve
logo.svg 02ff5f6a8d remove news sorting (now api side), refact pagination 2 éve
nuxt.config.ts 5e705ffccf refactor the "nous-rejoindre/[id]" page 2 éve
package.json 5e705ffccf refactor the "nous-rejoindre/[id]" page 2 éve
tsconfig.json d6fc02c531 add lint prettier 2 éve
yarn.lock 5e705ffccf refactor the "nous-rejoindre/[id]" page 2 éve

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.