Aucune description

Vincent 0565efd46b readme il y a 3 ans
assets c3c0ea5040 init Nuxt 3 Project il y a 3 ans
components dd15fcee93 Menu il y a 3 ans
composables dd15fcee93 Menu il y a 3 ans
config c3c0ea5040 init Nuxt 3 Project il y a 3 ans
layouts dd15fcee93 Menu il y a 3 ans
models c3c0ea5040 init Nuxt 3 Project il y a 3 ans
pages dd15fcee93 Menu il y a 3 ans
plugins dd15fcee93 Menu il y a 3 ans
public c3c0ea5040 init Nuxt 3 Project il y a 3 ans
services dd15fcee93 Menu il y a 3 ans
store 22905393cf services/environnement/composables il y a 3 ans
types dd15fcee93 Menu il y a 3 ans
.env.local 22905393cf services/environnement/composables il y a 3 ans
.env.preprod 22905393cf services/environnement/composables il y a 3 ans
.env.prod 22905393cf services/environnement/composables il y a 3 ans
.eslintrc.js c3c0ea5040 init Nuxt 3 Project il y a 3 ans
.gitignore b9813132c3 gitignore il y a 3 ans
README.md 0565efd46b readme il y a 3 ans
app.vue dd15fcee93 Menu il y a 3 ans
nuxt.config.ts dd15fcee93 Menu il y a 3 ans
package-lock.json c3c0ea5040 init Nuxt 3 Project il y a 3 ans
package.json dd15fcee93 Menu il y a 3 ans
tsconfig.json c3c0ea5040 init Nuxt 3 Project il y a 3 ans
yarn-error.log c3c0ea5040 init Nuxt 3 Project il y a 3 ans
yarn.lock dd15fcee93 Menu il y a 3 ans

README.md

Nuxt 3 Minimal Starter

Look at the nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Checkout the deployment documentation for more information.

Pensez à mettre le .crt et le .key de local.app-v3.opentalent.fr à la racine pour faire fonctionner le wss

lodash est remplacé pour nuxt-lodash : _.each ==> useEach

env ==> runtimeConfig