Нема описа

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

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