Няма описание

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