Sen descrición

Olivier Massot d1e6d6004d refactor the Abonnement section of the artist page hai 1 ano
assets d1e6d6004d refactor the Abonnement section of the artist page hai 1 ano
components d1e6d6004d refactor the Abonnement section of the artist page hai 1 ano
composables 2273cc7986 refactoring sticky menu hai 1 ano
lang c851114eca refactoring du sticky menu (cas standard) hai 1 ano
pages 491851d54d refactor the functionalities section of the artist software page hai 1 ano
plugins 58cd799b1c refact BannerTitle, MenuScroll component hai 1 ano
public 8ae0f607c3 page d'accueil + layout %!s(int64=2) %!d(string=hai) anos
services 9adc002fc8 page actualité %!s(int64=2) %!d(string=hai) anos
stores 58cd799b1c refact BannerTitle, MenuScroll component hai 1 ano
types 127fbd732d refactor comparative table of the artist page hai 1 ano
.env.docker c851114eca refactoring du sticky menu (cas standard) hai 1 ano
.env.prod 8ae0f607c3 page d'accueil + layout %!s(int64=2) %!d(string=hai) anos
.env.test 35eb5f2870 refact HomePromotion component hai 1 ano
.eslintignore ed25a1688e sticky menu %!s(int64=2) %!d(string=hai) anos
.eslintrc.yaml ed25a1688e sticky menu %!s(int64=2) %!d(string=hai) anos
.gitignore c851114eca refactoring du sticky menu (cas standard) hai 1 ano
.gitlab-ci.yml 8a61cc6fd0 test push cd %!s(int64=2) %!d(string=hai) anos
.nuxtignore edefdbb454 refactor HomeHelp component hai 1 ano
.nvmrc ed25a1688e sticky menu %!s(int64=2) %!d(string=hai) anos
.prettierrc 8a61cc6fd0 test push cd %!s(int64=2) %!d(string=hai) anos
README.md 35eb5f2870 refact HomePromotion component hai 1 ano
app.vue d6fc02c531 add lint prettier %!s(int64=2) %!d(string=hai) anos
local.portail_v2.opentalent.fr.crt 8ae0f607c3 page d'accueil + layout %!s(int64=2) %!d(string=hai) anos
local.portail_v2.opentalent.fr.key 8ae0f607c3 page d'accueil + layout %!s(int64=2) %!d(string=hai) anos
nuxt.config.ts b080a1a108 refactor client carousel and introduce theming hai 1 ano
package.json b080a1a108 refactor client carousel and introduce theming hai 1 ano
tsconfig.json d6fc02c531 add lint prettier %!s(int64=2) %!d(string=hai) anos
yarn.lock b080a1a108 refactor client carousel and introduce theming hai 1 ano

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.