No Description

Maha Bouchiba 980f315b89 changement url 1 year ago
assets 74cf2ce6a6 correction v3 2 years ago
components 980f315b89 changement url 1 year ago
composables 9adc002fc8 page actualité 2 years ago
lang d6fc02c531 add lint prettier 2 years ago
pages 980f315b89 changement url 1 year 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 0f7231a15c refacto + correction actualités 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 b6463e9c05 retour v3 logiciels 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 0f7231a15c refacto + correction actualités 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.