Nincs leírás

Olivier Massot 2273cc7986 refactoring sticky menu 1 éve
assets 74cf2ce6a6 correction v3 2 éve
components 2273cc7986 refactoring sticky menu 1 éve
composables 2273cc7986 refactoring sticky menu 1 éve
lang c851114eca refactoring du sticky menu (cas standard) 1 éve
pages 2273cc7986 refactoring sticky menu 1 éve
plugins d6fc02c531 add lint prettier 2 éve
public 8ae0f607c3 page d'accueil + layout 2 éve
services 9adc002fc8 page actualité 2 éve
stores c851114eca refactoring du sticky menu (cas standard) 1 éve
types c851114eca refactoring du sticky menu (cas standard) 1 éve
.env.docker c851114eca refactoring du sticky menu (cas standard) 1 éve
.env.prod 8ae0f607c3 page d'accueil + layout 2 éve
.eslintignore ed25a1688e sticky menu 2 éve
.eslintrc.yaml ed25a1688e sticky menu 2 éve
.gitignore c851114eca refactoring du sticky menu (cas standard) 1 é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 c851114eca refactoring du sticky menu (cas standard) 1 é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.