Không có mô tả

Olivier Massot 692465c8f7 services cleaning and refactoring 3 năm trước cách đây
assets c3c0ea5040 init Nuxt 3 Project 3 năm trước cách đây
components dd15fcee93 Menu 3 năm trước cách đây
composables 692465c8f7 services cleaning and refactoring 3 năm trước cách đây
config c3c0ea5040 init Nuxt 3 Project 3 năm trước cách đây
layouts 6f13d6c4ce rewrite models and many fixes 3 năm trước cách đây
models 485232f3cf CRUD ok 3 năm trước cách đây
pages 692465c8f7 services cleaning and refactoring 3 năm trước cách đây
plugins 6f13d6c4ce rewrite models and many fixes 3 năm trước cách đây
public c3c0ea5040 init Nuxt 3 Project 3 năm trước cách đây
services 692465c8f7 services cleaning and refactoring 3 năm trước cách đây
store 692465c8f7 services cleaning and refactoring 3 năm trước cách đây
types bfceff6720 fetchAll and pagination ok 3 năm trước cách đây
.env.local 6f13d6c4ce rewrite models and many fixes 3 năm trước cách đây
.env.preprod 22905393cf services/environnement/composables 3 năm trước cách đây
.env.prod 22905393cf services/environnement/composables 3 năm trước cách đây
.eslintrc.cjs d4019bd3db rewrite data services (ongoing) 3 năm trước cách đây
.gitignore 7dd87a6c5e update .env, readme, gitignore 3 năm trước cách đây
.prettierrc d4019bd3db rewrite data services (ongoing) 3 năm trước cách đây
.project dc79d77aea update package.json 3 năm trước cách đây
README.md 7dd87a6c5e update .env, readme, gitignore 3 năm trước cách đây
app.vue dd15fcee93 Menu 3 năm trước cách đây
logo.png d4019bd3db rewrite data services (ongoing) 3 năm trước cách đây
nuxt.config.ts 6f13d6c4ce rewrite models and many fixes 3 năm trước cách đây
package.json 6f13d6c4ce rewrite models and many fixes 3 năm trước cách đây
tsconfig.json 6592e9c0b0 move data.d.ts into ~/types 3 năm trước cách đây

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