Brak opisu

Maha Bouchiba 2065f7a4f2 correcton test1 2 lat temu
assets 4fdd9cf5c1 refacto + correction + retour v2 2 lat temu
components 2065f7a4f2 correcton test1 2 lat temu
composables 9adc002fc8 page actualité 2 lat temu
lang d6fc02c531 add lint prettier 2 lat temu
pages bf8839d0d0 correcton test1 2 lat temu
plugins d6fc02c531 add lint prettier 2 lat temu
public 8ae0f607c3 page d'accueil + layout 2 lat temu
services 9adc002fc8 page actualité 2 lat temu
types 9adc002fc8 page actualité 2 lat temu
.env.docker 9adc002fc8 page actualité 2 lat temu
.env.prod 8ae0f607c3 page d'accueil + layout 2 lat temu
.eslintignore ed25a1688e sticky menu 2 lat temu
.eslintrc.yaml ed25a1688e sticky menu 2 lat temu
.gitignore 8ae0f607c3 page d'accueil + layout 2 lat temu
.gitlab-ci.yml 8a61cc6fd0 test push cd 2 lat temu
.nvmrc ed25a1688e sticky menu 2 lat temu
.prettierrc 8a61cc6fd0 test push cd 2 lat temu
README.md d6fc02c531 add lint prettier 2 lat temu
app.vue d6fc02c531 add lint prettier 2 lat temu
local.portail_v2.opentalent.fr.crt 8ae0f607c3 page d'accueil + layout 2 lat temu
local.portail_v2.opentalent.fr.key 8ae0f607c3 page d'accueil + layout 2 lat temu
nuxt.config.ts d73c24f79c home page correction 2 lat temu
package.json 4fdd9cf5c1 refacto + correction + retour v2 2 lat temu
tsconfig.json d6fc02c531 add lint prettier 2 lat temu
yarn.lock 4fdd9cf5c1 refacto + correction + retour v2 2 lat temu

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

## Development Server

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

```bash
yarn dev

SSG

yarn generate

Check out the deployment documentation for more information.