Nessuna descrizione

Olivier Massot 7dd87a6c5e update .env, readme, gitignore 3 anni fa
assets c3c0ea5040 init Nuxt 3 Project 3 anni fa
components dd15fcee93 Menu 3 anni fa
composables dd15fcee93 Menu 3 anni fa
config c3c0ea5040 init Nuxt 3 Project 3 anni fa
layouts dd15fcee93 Menu 3 anni fa
models fa3b63b1a1 add image and i18n modules; update MyProfile model to use pinia-orm 3 anni fa
pages dd15fcee93 Menu 3 anni fa
plugins dd15fcee93 Menu 3 anni fa
public c3c0ea5040 init Nuxt 3 Project 3 anni fa
services dd15fcee93 Menu 3 anni fa
store 22905393cf services/environnement/composables 3 anni fa
types dd15fcee93 Menu 3 anni fa
.env.local 7dd87a6c5e update .env, readme, gitignore 3 anni fa
.env.preprod 22905393cf services/environnement/composables 3 anni fa
.env.prod 22905393cf services/environnement/composables 3 anni fa
.eslintrc.js c3c0ea5040 init Nuxt 3 Project 3 anni fa
.gitignore 7dd87a6c5e update .env, readme, gitignore 3 anni fa
.project dc79d77aea update package.json 3 anni fa
README.md 7dd87a6c5e update .env, readme, gitignore 3 anni fa
app.vue dd15fcee93 Menu 3 anni fa
nuxt.config.ts fa3b63b1a1 add image and i18n modules; update MyProfile model to use pinia-orm 3 anni fa
package.json fa3b63b1a1 add image and i18n modules; update MyProfile model to use pinia-orm 3 anni fa
tsconfig.json c3c0ea5040 init Nuxt 3 Project 3 anni fa

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