Nessuna descrizione

Maha Bouchiba 918ce73c41 changement url 1 anno fa
assets 4e253770a6 Merge branch 'V8-5726_theming_everywhere' into feature/V8-5674-recette--refactoring-du-site-log 1 anno fa
components 918ce73c41 changement url 1 anno fa
composables 3ab40adb6d upgrade nuxt, vuetify and other deps 1 anno fa
env 838c41a8b7 implements the new env files management system 1 anno fa
lang c851114eca refactoring du sticky menu (cas standard) 1 anno fa
models 2532975ee2 captcha validation ok 1 anno fa
pages 918ce73c41 changement url 1 anno fa
plugins 58cd799b1c refact BannerTitle, MenuScroll component 1 anno fa
public 8ae0f607c3 page d'accueil + layout 2 anni fa
services 5e705ffccf refactor the "nous-rejoindre/[id]" page 1 anno fa
stores 99c08ee645 refactor the joinus/index page 1 anno fa
types 05dcc62443 implements theming in action menu 1 anno fa
.eslintignore ed25a1688e sticky menu 2 anni fa
.eslintrc.yaml 3ab40adb6d upgrade nuxt, vuetify and other deps 1 anno fa
.gitignore 66ed022854 ignore .idea 1 anno fa
.gitlab-ci.yml 04eaaab1e1 move some numbers sections into new components 1 anno fa
.nuxtignore edefdbb454 refactor HomeHelp component 1 anno fa
.nvmrc 3ab40adb6d upgrade nuxt, vuetify and other deps 1 anno fa
.prettierrc 3ab40adb6d upgrade nuxt, vuetify and other deps 1 anno fa
README.md 35eb5f2870 refact HomePromotion component 1 anno fa
app.vue f5844bed81 factorize the font-family and font-style css rules 1 anno fa
logo.svg 02ff5f6a8d remove news sorting (now api side), refact pagination 1 anno fa
nuxt.config.ts 23bae3210e Merge branch 'feature/v8-5758-gestion_env_files' into feature/V8-5674-recette--refactoring-du-site-log 1 anno fa
package.json 23bae3210e Merge branch 'feature/v8-5758-gestion_env_files' into feature/V8-5674-recette--refactoring-du-site-log 1 anno fa
tsconfig.json 3ab40adb6d upgrade nuxt, vuetify and other deps 1 anno fa
yarn.lock 4739f3c78c fix dependencies 1 anno fa

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.