Нет описания

Olivier Massot 9c99b34983 add useEntityFetch and finalize base form script 3 лет назад
assets c3c0ea5040 init Nuxt 3 Project 3 лет назад
components 2926f1101f update form POC, add alerts (ongoing), include translations 3 лет назад
composables 9c99b34983 add useEntityFetch and finalize base form script 3 лет назад
config c3c0ea5040 init Nuxt 3 Project 3 лет назад
lang 2926f1101f update form POC, add alerts (ongoing), include translations 3 лет назад
layouts 2926f1101f update form POC, add alerts (ongoing), include translations 3 лет назад
models 485232f3cf CRUD ok 3 лет назад
pages 9c99b34983 add useEntityFetch and finalize base form script 3 лет назад
plugins 2926f1101f update form POC, add alerts (ongoing), include translations 3 лет назад
public c3c0ea5040 init Nuxt 3 Project 3 лет назад
services 9c99b34983 add useEntityFetch and finalize base form script 3 лет назад
store 2926f1101f update form POC, add alerts (ongoing), include translations 3 лет назад
types 2926f1101f update form POC, add alerts (ongoing), include translations 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 9c99b34983 add useEntityFetch and finalize base form script 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