Sin descripción

Olivier Massot 2926f1101f update form POC, add alerts (ongoing), include translations hace 3 años
assets c3c0ea5040 init Nuxt 3 Project hace 3 años
components 2926f1101f update form POC, add alerts (ongoing), include translations hace 3 años
composables 2926f1101f update form POC, add alerts (ongoing), include translations hace 3 años
config c3c0ea5040 init Nuxt 3 Project hace 3 años
lang 2926f1101f update form POC, add alerts (ongoing), include translations hace 3 años
layouts 2926f1101f update form POC, add alerts (ongoing), include translations hace 3 años
models 485232f3cf CRUD ok hace 3 años
pages 2926f1101f update form POC, add alerts (ongoing), include translations hace 3 años
plugins 2926f1101f update form POC, add alerts (ongoing), include translations hace 3 años
public c3c0ea5040 init Nuxt 3 Project hace 3 años
services 2926f1101f update form POC, add alerts (ongoing), include translations hace 3 años
store 2926f1101f update form POC, add alerts (ongoing), include translations hace 3 años
types 2926f1101f update form POC, add alerts (ongoing), include translations hace 3 años
.env.local 6f13d6c4ce rewrite models and many fixes 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 6f13d6c4ce rewrite models and many fixes hace 3 años
package.json 2926f1101f update form POC, add alerts (ongoing), include translations hace 3 años
tsconfig.json 6592e9c0b0 move data.d.ts into ~/types 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