Nessuna descrizione

Olivier Massot 1467247f33 various refactorings, add ActivityYear component 3 anni fa
assets 180aebdf5a V8-3857 menu de gauche, maj config vuetify 3 anni fa
components 1467247f33 various refactorings, add ActivityYear component 3 anni fa
composables 1467247f33 various refactorings, add ActivityYear component 3 anni fa
config a11f2c5646 refactors menu builders into services 3 anni fa
doc 3f16ce8b8c v8-3565 nuxt3 upgrade and partial restoration of organization page 3 anni fa
lang aaacc2e7b8 add dropdown menus (ongoing) 3 anni fa
layouts dcace64ad3 restore breadcrumb and rewrite profiles stores to use composition 3 anni fa
middleware 1467247f33 various refactorings, add ActivityYear component 3 anni fa
models 1467247f33 various refactorings, add ActivityYear component 3 anni fa
pages 1467247f33 various refactorings, add ActivityYear component 3 anni fa
plugins 1467247f33 various refactorings, add ActivityYear component 3 anni fa
public 3f16ce8b8c v8-3565 nuxt3 upgrade and partial restoration of organization page 3 anni fa
services 1467247f33 various refactorings, add ActivityYear component 3 anni fa
stores 1467247f33 various refactorings, add ActivityYear component 3 anni fa
types aaacc2e7b8 add dropdown menus (ongoing) 3 anni fa
.env.local 6f13d6c4ce rewrite models and many fixes 3 anni fa
.env.preprod 22905393cf services/environnement/composables 3 anni fa
.env.prod 22905393cf services/environnement/composables 3 anni fa
.eslintrc.cjs d4019bd3db rewrite data services (ongoing) 3 anni fa
.gitignore 7dd87a6c5e update .env, readme, gitignore 3 anni fa
.prettierrc d4019bd3db rewrite data services (ongoing) 3 anni fa
.project dc79d77aea update package.json 3 anni fa
README.md 7dd87a6c5e update .env, readme, gitignore 3 anni fa
app.vue dd15fcee93 Menu 3 anni fa
logo.png d4019bd3db rewrite data services (ongoing) 3 anni fa
nuxt.config.ts 180aebdf5a V8-3857 menu de gauche, maj config vuetify 3 anni fa
package.json dcace64ad3 restore breadcrumb and rewrite profiles stores to use composition 3 anni fa
tsconfig.json 180aebdf5a V8-3857 menu de gauche, maj config vuetify 3 anni fa

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