Sem descrição

Olivier Massot 68717e0d5b styling finalization of job application form há 1 ano atrás
assets 4e253770a6 Merge branch 'V8-5726_theming_everywhere' into feature/V8-5674-recette--refactoring-du-site-log há 1 ano atrás
components 68717e0d5b styling finalization of job application form há 1 ano atrás
composables 3ab40adb6d upgrade nuxt, vuetify and other deps há 1 ano atrás
env 838c41a8b7 implements the new env files management system há 1 ano atrás
lang c851114eca refactoring du sticky menu (cas standard) há 1 ano atrás
models a97508739e add the JobApplication model and implement form há 1 ano atrás
pages cf1e4e1a17 minor fixes há 1 ano atrás
plugins 58cd799b1c refact BannerTitle, MenuScroll component há 1 ano atrás
public 8ae0f607c3 page d'accueil + layout há 2 anos atrás
services 5e705ffccf refactor the "nous-rejoindre/[id]" page há 1 ano atrás
stores 99c08ee645 refactor the joinus/index page há 1 ano atrás
types 05dcc62443 implements theming in action menu há 1 ano atrás
.eslintignore ed25a1688e sticky menu há 2 anos atrás
.eslintrc.yaml 3ab40adb6d upgrade nuxt, vuetify and other deps há 1 ano atrás
.gitignore 66ed022854 ignore .idea há 1 ano atrás
.gitlab-ci.yml 04eaaab1e1 move some numbers sections into new components há 1 ano atrás
.nuxtignore edefdbb454 refactor HomeHelp component há 1 ano atrás
.nvmrc 3ab40adb6d upgrade nuxt, vuetify and other deps há 1 ano atrás
.prettierrc 3ab40adb6d upgrade nuxt, vuetify and other deps há 1 ano atrás
README.md 35eb5f2870 refact HomePromotion component há 1 ano atrás
app.vue 0966b13d61 move navigation bar and footer in app.vue há 1 ano atrás
logo.svg 02ff5f6a8d remove news sorting (now api side), refact pagination há 1 ano atrás
nuxt.config.ts 23bae3210e Merge branch 'feature/v8-5758-gestion_env_files' into feature/V8-5674-recette--refactoring-du-site-log há 1 ano atrás
package.json 23bae3210e Merge branch 'feature/v8-5758-gestion_env_files' into feature/V8-5674-recette--refactoring-du-site-log há 1 ano atrás
tsconfig.json 3ab40adb6d upgrade nuxt, vuetify and other deps há 1 ano atrás
yarn.lock f0ad1dcfe9 post merge fixes há 1 ano atrás

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.