Nincs leírás

Olivier Massot aaacc2e7b8 add dropdown menus (ongoing) 3 éve
assets 180aebdf5a V8-3857 menu de gauche, maj config vuetify 3 éve
components aaacc2e7b8 add dropdown menus (ongoing) 3 éve
composables aaacc2e7b8 add dropdown menus (ongoing) 3 éve
config a11f2c5646 refactors menu builders into services 3 éve
doc 3f16ce8b8c v8-3565 nuxt3 upgrade and partial restoration of organization page 3 éve
lang aaacc2e7b8 add dropdown menus (ongoing) 3 éve
layouts aaacc2e7b8 add dropdown menus (ongoing) 3 éve
middleware 8c75e3325c rewrite main menu into v3 (ongoing) and various fixes 3 éve
models cf287b5e66 reprise de la page organization (ongoing) 3 éve
pages c51dcb533d V8-3858 restore header 3 éve
plugins c51dcb533d V8-3858 restore header 3 éve
public 3f16ce8b8c v8-3565 nuxt3 upgrade and partial restoration of organization page 3 éve
services aaacc2e7b8 add dropdown menus (ongoing) 3 éve
store c51dcb533d V8-3858 restore header 3 éve
types aaacc2e7b8 add dropdown menus (ongoing) 3 éve
.env.local 6f13d6c4ce rewrite models and many fixes 3 éve
.env.preprod 22905393cf services/environnement/composables 3 éve
.env.prod 22905393cf services/environnement/composables 3 éve
.eslintrc.cjs d4019bd3db rewrite data services (ongoing) 3 éve
.gitignore 7dd87a6c5e update .env, readme, gitignore 3 éve
.prettierrc d4019bd3db rewrite data services (ongoing) 3 éve
.project dc79d77aea update package.json 3 éve
README.md 7dd87a6c5e update .env, readme, gitignore 3 éve
app.vue dd15fcee93 Menu 3 éve
logo.png d4019bd3db rewrite data services (ongoing) 3 éve
nuxt.config.ts 180aebdf5a V8-3857 menu de gauche, maj config vuetify 3 éve
package.json 8c75e3325c rewrite main menu into v3 (ongoing) and various fixes 3 éve
tsconfig.json 180aebdf5a V8-3857 menu de gauche, maj config vuetify 3 éve

README.md

App - Migration Nuxt 3

Look at the nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

yarn install

Create the .env symlink :

ln -s .env.local .env

Copy the cert files in the root-dir of this project :

  • local.app-v3.opentalent.fr.crt
  • local.app-v3.opentalent.fr.key

Start the development server :

yarn dev