暂无描述

Olivier Massot 8c75e3325c rewrite main menu into v3 (ongoing) and various fixes 3 年之前
assets 3f16ce8b8c v8-3565 nuxt3 upgrade and partial restoration of organization page 3 年之前
components 8c75e3325c rewrite main menu into v3 (ongoing) and various fixes 3 年之前
composables 8c75e3325c rewrite main menu into v3 (ongoing) and various fixes 3 年之前
config c3c0ea5040 init Nuxt 3 Project 3 年之前
doc 3f16ce8b8c v8-3565 nuxt3 upgrade and partial restoration of organization page 3 年之前
lang 8356469ea2 v8-3873 reprise de l'input enum 3 年之前
layouts 8c75e3325c rewrite main menu into v3 (ongoing) and various fixes 3 年之前
middleware 8c75e3325c rewrite main menu into v3 (ongoing) and various fixes 3 年之前
models cf287b5e66 reprise de la page organization (ongoing) 3 年之前
pages 8c75e3325c rewrite main menu into v3 (ongoing) and various fixes 3 年之前
plugins 8c75e3325c rewrite main menu into v3 (ongoing) and various fixes 3 年之前
public 3f16ce8b8c v8-3565 nuxt3 upgrade and partial restoration of organization page 3 年之前
services 8c75e3325c rewrite main menu into v3 (ongoing) and various fixes 3 年之前
store 8c75e3325c rewrite main menu into v3 (ongoing) and various fixes 3 年之前
types 8c75e3325c rewrite main menu into v3 (ongoing) and various fixes 3 年之前
.env.local 6f13d6c4ce rewrite models and many fixes 3 年之前
.env.preprod 22905393cf services/environnement/composables 3 年之前
.env.prod 22905393cf services/environnement/composables 3 年之前
.eslintrc.cjs d4019bd3db rewrite data services (ongoing) 3 年之前
.gitignore 7dd87a6c5e update .env, readme, gitignore 3 年之前
.prettierrc d4019bd3db rewrite data services (ongoing) 3 年之前
.project dc79d77aea update package.json 3 年之前
README.md 7dd87a6c5e update .env, readme, gitignore 3 年之前
app.vue dd15fcee93 Menu 3 年之前
logo.png d4019bd3db rewrite data services (ongoing) 3 年之前
nuxt.config.ts 8c75e3325c rewrite main menu into v3 (ongoing) and various fixes 3 年之前
package.json 8c75e3325c rewrite main menu into v3 (ongoing) and various fixes 3 年之前
tsconfig.json 3f16ce8b8c v8-3565 nuxt3 upgrade and partial restoration of organization page 3 年之前

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