Nincs leírás

Maha Bouchiba 980f315b89 changement url 1 éve
assets 74cf2ce6a6 correction v3 2 éve
components 980f315b89 changement url 1 éve
composables 9adc002fc8 page actualité 2 éve
lang d6fc02c531 add lint prettier 2 éve
pages 980f315b89 changement url 1 éve
plugins d6fc02c531 add lint prettier 2 éve
public 8ae0f607c3 page d'accueil + layout 2 éve
services 9adc002fc8 page actualité 2 éve
types 9adc002fc8 page actualité 2 éve
.env.docker 0f7231a15c refacto + correction actualités 2 éve
.env.prod 8ae0f607c3 page d'accueil + layout 2 éve
.eslintignore ed25a1688e sticky menu 2 éve
.eslintrc.yaml ed25a1688e sticky menu 2 éve
.gitignore b6463e9c05 retour v3 logiciels 2 éve
.gitlab-ci.yml 8a61cc6fd0 test push cd 2 éve
.nvmrc ed25a1688e sticky menu 2 éve
.prettierrc 8a61cc6fd0 test push cd 2 éve
README.md d6fc02c531 add lint prettier 2 éve
app.vue d6fc02c531 add lint prettier 2 éve
local.portail_v2.opentalent.fr.crt 8ae0f607c3 page d'accueil + layout 2 éve
local.portail_v2.opentalent.fr.key 8ae0f607c3 page d'accueil + layout 2 éve
nuxt.config.ts 0f7231a15c refacto + correction actualités 2 éve
package.json 4fdd9cf5c1 refacto + correction + retour v2 2 éve
tsconfig.json d6fc02c531 add lint prettier 2 éve
yarn.lock 4fdd9cf5c1 refacto + correction + retour v2 2 éve

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.