Нема описа

Olivier Massot 32889c945b lint pages and components пре 1 година
assets 58550f9353 various fixes пре 2 година
components 32889c945b lint pages and components пре 1 година
composables 32889c945b lint pages and components пре 1 година
env d90e1cca50 fix env files пре 2 година
lang c851114eca refactoring du sticky menu (cas standard) пре 2 година
models 32889c945b lint pages and components пре 1 година
pages 32889c945b lint pages and components пре 1 година
plugins 79c7689ffb various fixes пре 2 година
public 9cafeb1ccd update the the order forms пре 1 година
services 32889c945b lint pages and components пре 1 година
stores 32889c945b lint pages and components пре 1 година
types 32889c945b lint pages and components пре 1 година
.eslintignore ed25a1688e sticky menu пре 2 година
.eslintrc.cjs 32889c945b lint pages and components пре 1 година
.gitignore 66ed022854 ignore .idea пре 2 година
.gitlab-ci.yml 04eaaab1e1 move some numbers sections into new components пре 2 година
.nuxtignore edefdbb454 refactor HomeHelp component пре 2 година
.nvmrc 3ab40adb6d upgrade nuxt, vuetify and other deps пре 2 година
.prettierrc 3ab40adb6d upgrade nuxt, vuetify and other deps пре 2 година
README.md 35eb5f2870 refact HomePromotion component пре 2 година
app.vue 32889c945b lint pages and components пре 1 година
logo.svg 02ff5f6a8d remove news sorting (now api side), refact pagination пре 2 година
nuxt.config.ts 32889c945b lint pages and components пре 1 година
package.json 32889c945b lint pages and components пре 1 година
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.