暫無描述

Maha Bouchiba a073bd0bc4 team composant refacto 2 年之前
assets a073bd0bc4 team composant refacto 2 年之前
components a073bd0bc4 team composant refacto 2 年之前
composables 9adc002fc8 page actualité 2 年之前
lang d6fc02c531 add lint prettier 2 年之前
pages 61b3636d80 page contact 2 年之前
plugins d6fc02c531 add lint prettier 2 年之前
public 8ae0f607c3 page d'accueil + layout 2 年之前
services 9adc002fc8 page actualité 2 年之前
types 9adc002fc8 page actualité 2 年之前
.env.docker 9adc002fc8 page actualité 2 年之前
.env.prod 8ae0f607c3 page d'accueil + layout 2 年之前
.eslintignore ed25a1688e sticky menu 2 年之前
.eslintrc.yaml ed25a1688e sticky menu 2 年之前
.gitignore 8ae0f607c3 page d'accueil + layout 2 年之前
.gitlab-ci.yml 8a61cc6fd0 test push cd 2 年之前
.nvmrc ed25a1688e sticky menu 2 年之前
.prettierrc 8a61cc6fd0 test push cd 2 年之前
README.md d6fc02c531 add lint prettier 2 年之前
app.vue d6fc02c531 add lint prettier 2 年之前
local.portail_v2.opentalent.fr.crt 8ae0f607c3 page d'accueil + layout 2 年之前
local.portail_v2.opentalent.fr.key 8ae0f607c3 page d'accueil + layout 2 年之前
nuxt.config.ts d73c24f79c home page correction 2 年之前
package.json 05f4ba9a4d page contact 2 年之前
tsconfig.json d6fc02c531 add lint prettier 2 年之前
yarn.lock 05f4ba9a4d page contact 2 年之前

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.