Нет описания

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

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.