Aucune description

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

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.