No Description

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

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.