Sen descrición

Olivier Massot c82d7cdc6f fix missing images hai 1 ano
assets 58550f9353 various fixes hai 1 ano
components c82d7cdc6f fix missing images hai 1 ano
composables 3ab40adb6d upgrade nuxt, vuetify and other deps %!s(int64=2) %!d(string=hai) anos
env d90e1cca50 fix env files hai 1 ano
lang c851114eca refactoring du sticky menu (cas standard) %!s(int64=2) %!d(string=hai) anos
models 00817bfd35 various fixes after tests results hai 1 ano
pages 9cafeb1ccd update the the order forms hai 1 ano
plugins 79c7689ffb various fixes hai 1 ano
public 9cafeb1ccd update the the order forms hai 1 ano
services 7cb7c813f6 various fixes hai 1 ano
stores 00817bfd35 various fixes after tests results hai 1 ano
types 465a744524 various fixes hai 1 ano
.eslintignore ed25a1688e sticky menu %!s(int64=2) %!d(string=hai) anos
.eslintrc.yaml 3ab40adb6d upgrade nuxt, vuetify and other deps %!s(int64=2) %!d(string=hai) anos
.gitignore 66ed022854 ignore .idea %!s(int64=2) %!d(string=hai) anos
.gitlab-ci.yml 04eaaab1e1 move some numbers sections into new components %!s(int64=2) %!d(string=hai) anos
.nuxtignore edefdbb454 refactor HomeHelp component %!s(int64=2) %!d(string=hai) anos
.nvmrc 3ab40adb6d upgrade nuxt, vuetify and other deps %!s(int64=2) %!d(string=hai) anos
.prettierrc 3ab40adb6d upgrade nuxt, vuetify and other deps %!s(int64=2) %!d(string=hai) anos
README.md 35eb5f2870 refact HomePromotion component %!s(int64=2) %!d(string=hai) anos
app.vue 4a75e9cf91 complete responsiveness for footer hai 1 ano
logo.svg 02ff5f6a8d remove news sorting (now api side), refact pagination %!s(int64=2) %!d(string=hai) anos
nuxt.config.ts 79c7689ffb various fixes hai 1 ano
package.json 23bae3210e Merge branch 'feature/v8-5758-gestion_env_files' into feature/V8-5674-recette--refactoring-du-site-log hai 1 ano
tsconfig.json 3ab40adb6d upgrade nuxt, vuetify and other deps %!s(int64=2) %!d(string=hai) anos
yarn.lock f0ad1dcfe9 post merge fixes 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.