Ei kuvausta

Olivier Massot 2c0538f6e9 refact normalizers, denormalizer, entityManager 3 vuotta sitten
assets c3c0ea5040 init Nuxt 3 Project 3 vuotta sitten
components dd15fcee93 Menu 3 vuotta sitten
composables d4019bd3db rewrite data services (ongoing) 3 vuotta sitten
config c3c0ea5040 init Nuxt 3 Project 3 vuotta sitten
layouts dd15fcee93 Menu 3 vuotta sitten
models 2c0538f6e9 refact normalizers, denormalizer, entityManager 3 vuotta sitten
pages dd15fcee93 Menu 3 vuotta sitten
plugins dd15fcee93 Menu 3 vuotta sitten
public c3c0ea5040 init Nuxt 3 Project 3 vuotta sitten
services 2c0538f6e9 refact normalizers, denormalizer, entityManager 3 vuotta sitten
store 22905393cf services/environnement/composables 3 vuotta sitten
types d4019bd3db rewrite data services (ongoing) 3 vuotta sitten
.env.local 7dd87a6c5e update .env, readme, gitignore 3 vuotta sitten
.env.preprod 22905393cf services/environnement/composables 3 vuotta sitten
.env.prod 22905393cf services/environnement/composables 3 vuotta sitten
.eslintrc.cjs d4019bd3db rewrite data services (ongoing) 3 vuotta sitten
.gitignore 7dd87a6c5e update .env, readme, gitignore 3 vuotta sitten
.prettierrc d4019bd3db rewrite data services (ongoing) 3 vuotta sitten
.project dc79d77aea update package.json 3 vuotta sitten
README.md 7dd87a6c5e update .env, readme, gitignore 3 vuotta sitten
app.vue dd15fcee93 Menu 3 vuotta sitten
logo.png d4019bd3db rewrite data services (ongoing) 3 vuotta sitten
nuxt.config.ts fa3b63b1a1 add image and i18n modules; update MyProfile model to use pinia-orm 3 vuotta sitten
package.json d4019bd3db rewrite data services (ongoing) 3 vuotta sitten
tsconfig.json d4019bd3db rewrite data services (ongoing) 3 vuotta sitten

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