Ei kuvausta

Olivier Massot 17ed89c6d5 refactor the Catalog section of the webinar page 2 vuotta sitten
assets 97aa8275dc refactor remaining components of the formations page 2 vuotta sitten
components 17ed89c6d5 refactor the Catalog section of the webinar page 2 vuotta sitten
composables 2273cc7986 refactoring sticky menu 2 vuotta sitten
lang c851114eca refactoring du sticky menu (cas standard) 2 vuotta sitten
pages 17ed89c6d5 refactor the Catalog section of the webinar page 2 vuotta sitten
plugins 58cd799b1c refact BannerTitle, MenuScroll component 2 vuotta sitten
public 8ae0f607c3 page d'accueil + layout 2 vuotta sitten
services 9adc002fc8 page actualité 2 vuotta sitten
stores 58cd799b1c refact BannerTitle, MenuScroll component 2 vuotta sitten
types 17ed89c6d5 refactor the Catalog section of the webinar page 2 vuotta sitten
.env.docker c851114eca refactoring du sticky menu (cas standard) 2 vuotta sitten
.env.prod 8ae0f607c3 page d'accueil + layout 2 vuotta sitten
.env.test 35eb5f2870 refact HomePromotion component 2 vuotta sitten
.eslintignore ed25a1688e sticky menu 2 vuotta sitten
.eslintrc.yaml ed25a1688e sticky menu 2 vuotta sitten
.gitignore c851114eca refactoring du sticky menu (cas standard) 2 vuotta sitten
.gitlab-ci.yml 8a61cc6fd0 test push cd 2 vuotta sitten
.nuxtignore edefdbb454 refactor HomeHelp component 2 vuotta sitten
.nvmrc ed25a1688e sticky menu 2 vuotta sitten
.prettierrc 8a61cc6fd0 test push cd 2 vuotta sitten
README.md 35eb5f2870 refact HomePromotion component 2 vuotta sitten
app.vue 97aa8275dc refactor remaining components of the formations page 2 vuotta sitten
local.portail_v2.opentalent.fr.crt 8ae0f607c3 page d'accueil + layout 2 vuotta sitten
local.portail_v2.opentalent.fr.key 8ae0f607c3 page d'accueil + layout 2 vuotta sitten
nuxt.config.ts b080a1a108 refactor client carousel and introduce theming 2 vuotta sitten
package.json b080a1a108 refactor client carousel and introduce theming 2 vuotta sitten
tsconfig.json d6fc02c531 add lint prettier 2 vuotta sitten
yarn.lock b080a1a108 refactor client carousel and introduce theming 2 vuotta sitten

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.