No Description

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

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.