Aucune description

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

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