Няма описание

Olivier Massot 692465c8f7 services cleaning and refactoring преди 3 години
assets c3c0ea5040 init Nuxt 3 Project преди 3 години
components dd15fcee93 Menu преди 3 години
composables 692465c8f7 services cleaning and refactoring преди 3 години
config c3c0ea5040 init Nuxt 3 Project преди 3 години
layouts 6f13d6c4ce rewrite models and many fixes преди 3 години
models 485232f3cf CRUD ok преди 3 години
pages 692465c8f7 services cleaning and refactoring преди 3 години
plugins 6f13d6c4ce rewrite models and many fixes преди 3 години
public c3c0ea5040 init Nuxt 3 Project преди 3 години
services 692465c8f7 services cleaning and refactoring преди 3 години
store 692465c8f7 services cleaning and refactoring преди 3 години
types bfceff6720 fetchAll and pagination ok преди 3 години
.env.local 6f13d6c4ce rewrite models and many fixes преди 3 години
.env.preprod 22905393cf services/environnement/composables преди 3 години
.env.prod 22905393cf services/environnement/composables преди 3 години
.eslintrc.cjs d4019bd3db rewrite data services (ongoing) преди 3 години
.gitignore 7dd87a6c5e update .env, readme, gitignore преди 3 години
.prettierrc d4019bd3db rewrite data services (ongoing) преди 3 години
.project dc79d77aea update package.json преди 3 години
README.md 7dd87a6c5e update .env, readme, gitignore преди 3 години
app.vue dd15fcee93 Menu преди 3 години
logo.png d4019bd3db rewrite data services (ongoing) преди 3 години
nuxt.config.ts 6f13d6c4ce rewrite models and many fixes преди 3 години
package.json 6f13d6c4ce rewrite models and many fixes преди 3 години
tsconfig.json 6592e9c0b0 move data.d.ts into ~/types преди 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