Aucune description

Olivier Massot 95b5c65e63 Merge branch 'master' of gitlab.2iopenservice.com:opentalent/portail_v2 il y a 1 an
assets 4e253770a6 Merge branch 'V8-5726_theming_everywhere' into feature/V8-5674-recette--refactoring-du-site-log il y a 1 an
components a326434767 open agenda links in new tab il y a 1 an
composables 3ab40adb6d upgrade nuxt, vuetify and other deps il y a 1 an
env bf98c9c924 fix agenda links on test env il y a 1 an
lang c851114eca refactoring du sticky menu (cas standard) il y a 1 an
models 7cb7c813f6 various fixes il y a 1 an
pages 93c734c33a fix scroll menu behaviour and style il y a 1 an
plugins d6fc02c531 add lint prettier il y a 2 ans
public 8ae0f607c3 page d'accueil + layout il y a 2 ans
services 7cb7c813f6 various fixes il y a 1 an
stores 79c7689ffb various fixes il y a 1 an
types 05dcc62443 implements theming in action menu il y a 1 an
.eslintignore ed25a1688e sticky menu il y a 2 ans
.eslintrc.yaml 3ab40adb6d upgrade nuxt, vuetify and other deps il y a 1 an
.gitignore 66ed022854 ignore .idea il y a 1 an
.gitlab-ci.yml 04eaaab1e1 move some numbers sections into new components il y a 1 an
.nuxtignore edefdbb454 refactor HomeHelp component il y a 1 an
.nvmrc 3ab40adb6d upgrade nuxt, vuetify and other deps il y a 1 an
.prettierrc 3ab40adb6d upgrade nuxt, vuetify and other deps il y a 1 an
README.md 95b5c65e63 Merge branch 'master' of gitlab.2iopenservice.com:opentalent/portail_v2 il y a 1 an
app.vue c279d50a21 fix links and scrollMenu erratic behavior il y a 1 an
logo.svg 02ff5f6a8d remove news sorting (now api side), refact pagination il y a 1 an
nuxt.config.ts 79c7689ffb various fixes il y a 1 an
package.json 23bae3210e Merge branch 'feature/v8-5758-gestion_env_files' into feature/V8-5674-recette--refactoring-du-site-log il y a 1 an
tsconfig.json 3ab40adb6d upgrade nuxt, vuetify and other deps il y a 1 an
yarn.lock f0ad1dcfe9 post merge fixes il y a 1 an

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.