Tidak Ada Deskripsi

Olivier Massot d3e7e45ec0 Merge branch 'feature/V8-5738-restore-v-html' into feature/V8-5674-recette--refactoring-du-site-log 1 tahun lalu
assets eedabd6458 refactor "about" page 1 tahun lalu
components d3e7e45ec0 Merge branch 'feature/V8-5738-restore-v-html' into feature/V8-5674-recette--refactoring-du-site-log 1 tahun lalu
composables 3ab40adb6d upgrade nuxt, vuetify and other deps 1 tahun lalu
lang c851114eca refactoring du sticky menu (cas standard) 1 tahun lalu
models 2532975ee2 captcha validation ok 1 tahun lalu
pages d3e7e45ec0 Merge branch 'feature/V8-5738-restore-v-html' into feature/V8-5674-recette--refactoring-du-site-log 1 tahun lalu
plugins 58cd799b1c refact BannerTitle, MenuScroll component 1 tahun lalu
public 8ae0f607c3 page d'accueil + layout 2 tahun lalu
services 5e705ffccf refactor the "nous-rejoindre/[id]" page 1 tahun lalu
stores 99c08ee645 refactor the joinus/index page 1 tahun lalu
types ed95e31585 refact page contact et news/id 1 tahun lalu
.env.docker a24562fb9f implement the whole entity manager system from app 1 tahun lalu
.env.prod 8ae0f607c3 page d'accueil + layout 2 tahun lalu
.env.test 35eb5f2870 refact HomePromotion component 1 tahun lalu
.eslintignore ed25a1688e sticky menu 2 tahun lalu
.eslintrc.yaml 3ab40adb6d upgrade nuxt, vuetify and other deps 1 tahun lalu
.gitignore c851114eca refactoring du sticky menu (cas standard) 1 tahun lalu
.gitlab-ci.yml 8a61cc6fd0 test push cd 2 tahun lalu
.nuxtignore edefdbb454 refactor HomeHelp component 1 tahun lalu
.nvmrc 3ab40adb6d upgrade nuxt, vuetify and other deps 1 tahun lalu
.prettierrc 3ab40adb6d upgrade nuxt, vuetify and other deps 1 tahun lalu
README.md 35eb5f2870 refact HomePromotion component 1 tahun lalu
app.vue 97aa8275dc refactor remaining components of the formations page 1 tahun lalu
local.portail_v2.opentalent.fr.crt 8ae0f607c3 page d'accueil + layout 2 tahun lalu
local.portail_v2.opentalent.fr.key 8ae0f607c3 page d'accueil + layout 2 tahun lalu
nuxt.config.ts 2a9ff62ede Merge branch 'feature/V8-5753_upgrade_nuxt' into feature/V8-5674-recette--refactoring-du-site-log 1 tahun lalu
package.json 4739f3c78c fix dependencies 1 tahun lalu
tsconfig.json 3ab40adb6d upgrade nuxt, vuetify and other deps 1 tahun lalu
yarn.lock 4739f3c78c fix dependencies 1 tahun lalu

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.