説明なし

Olivier Massot 58c9974e33 various fixes 2 年 前
assets 58550f9353 various fixes 2 年 前
components 58c9974e33 various fixes 2 年 前
composables 352b36115a fix eslint and prettier 2 年 前
env d90e1cca50 fix env files 2 年 前
lang c851114eca refactoring du sticky menu (cas standard) 2 年 前
models 352b36115a fix eslint and prettier 2 年 前
pages 58c9974e33 various fixes 2 年 前
plugins 352b36115a fix eslint and prettier 2 年 前
public 9cafeb1ccd update the the order forms 2 年 前
services 352b36115a fix eslint and prettier 2 年 前
stores 352b36115a fix eslint and prettier 2 年 前
types 352b36115a fix eslint and prettier 2 年 前
.eslintignore ed25a1688e sticky menu 3 年 前
.eslintrc.cjs 32889c945b lint pages and components 2 年 前
.gitignore 66ed022854 ignore .idea 2 年 前
.gitlab-ci.yml 04eaaab1e1 move some numbers sections into new components 2 年 前
.nuxtignore 58c9974e33 various fixes 2 年 前
.nvmrc 3ab40adb6d upgrade nuxt, vuetify and other deps 2 年 前
.prettierrc 352b36115a fix eslint and prettier 2 年 前
README.md 35eb5f2870 refact HomePromotion component 2 年 前
app.vue 352b36115a fix eslint and prettier 2 年 前
logo.svg 02ff5f6a8d remove news sorting (now api side), refact pagination 2 年 前
nuxt.config.ts 352b36115a fix eslint and prettier 2 年 前
package.json 32889c945b lint pages and components 2 年 前
tsconfig.json 3ab40adb6d upgrade nuxt, vuetify and other deps 2 年 前
yarn.lock f0ad1dcfe9 post merge fixes 2 年 前

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.