Sem descrição

Olivier Massot bfceff6720 fetchAll and pagination ok há 3 anos atrás
assets c3c0ea5040 init Nuxt 3 Project há 3 anos atrás
components dd15fcee93 Menu há 3 anos atrás
composables 6f13d6c4ce rewrite models and many fixes há 3 anos atrás
config c3c0ea5040 init Nuxt 3 Project há 3 anos atrás
layouts 6f13d6c4ce rewrite models and many fixes há 3 anos atrás
models 485232f3cf CRUD ok há 3 anos atrás
pages bfceff6720 fetchAll and pagination ok há 3 anos atrás
plugins 6f13d6c4ce rewrite models and many fixes há 3 anos atrás
public c3c0ea5040 init Nuxt 3 Project há 3 anos atrás
services bfceff6720 fetchAll and pagination ok há 3 anos atrás
store 67d6470550 replace orm store by a better use of repos há 3 anos atrás
types bfceff6720 fetchAll and pagination ok há 3 anos atrás
.env.local 6f13d6c4ce rewrite models and many fixes há 3 anos atrás
.env.preprod 22905393cf services/environnement/composables há 3 anos atrás
.env.prod 22905393cf services/environnement/composables há 3 anos atrás
.eslintrc.cjs d4019bd3db rewrite data services (ongoing) há 3 anos atrás
.gitignore 7dd87a6c5e update .env, readme, gitignore há 3 anos atrás
.prettierrc d4019bd3db rewrite data services (ongoing) há 3 anos atrás
.project dc79d77aea update package.json há 3 anos atrás
README.md 7dd87a6c5e update .env, readme, gitignore há 3 anos atrás
app.vue dd15fcee93 Menu há 3 anos atrás
logo.png d4019bd3db rewrite data services (ongoing) há 3 anos atrás
nuxt.config.ts 6f13d6c4ce rewrite models and many fixes há 3 anos atrás
package.json 6f13d6c4ce rewrite models and many fixes há 3 anos atrás
tsconfig.json 6592e9c0b0 move data.d.ts into ~/types há 3 anos atrás

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