|
|
il y a 3 ans | |
|---|---|---|
| assets | il y a 3 ans | |
| components | il y a 3 ans | |
| composables | il y a 3 ans | |
| config | il y a 3 ans | |
| layouts | il y a 3 ans | |
| models | il y a 3 ans | |
| pages | il y a 3 ans | |
| plugins | il y a 3 ans | |
| public | il y a 3 ans | |
| services | il y a 3 ans | |
| store | il y a 3 ans | |
| types | il y a 3 ans | |
| .env.local | il y a 3 ans | |
| .env.preprod | il y a 3 ans | |
| .env.prod | il y a 3 ans | |
| .eslintrc.js | il y a 3 ans | |
| .gitignore | il y a 3 ans | |
| README.md | il y a 3 ans | |
| app.vue | il y a 3 ans | |
| nuxt.config.ts | il y a 3 ans | |
| package-lock.json | il y a 3 ans | |
| package.json | il y a 3 ans | |
| tsconfig.json | il y a 3 ans | |
| yarn-error.log | il y a 3 ans | |
| yarn.lock | il y a 3 ans |
Look at the nuxt 3 documentation to learn more.
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoist
Start the development server on http://localhost:3000
npm run dev
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