Sin descripción

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

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