No Description

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

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