Sin descripción

Maha Bouchiba 7fd4b722ac maj footer hace 2 años
components 7fd4b722ac maj footer hace 2 años
lang d6fc02c531 add lint prettier hace 2 años
pages d6fc02c531 add lint prettier hace 2 años
plugins d6fc02c531 add lint prettier hace 2 años
public 8ae0f607c3 page d'accueil + layout hace 2 años
.env.docker 8ae0f607c3 page d'accueil + layout hace 2 años
.env.prod 8ae0f607c3 page d'accueil + layout hace 2 años
.gitignore 8ae0f607c3 page d'accueil + layout hace 2 años
.gitlab-ci.yml 7fd4b722ac maj footer hace 2 años
.prettierrc d6fc02c531 add lint prettier hace 2 años
README.md d6fc02c531 add lint prettier hace 2 años
app.vue d6fc02c531 add lint prettier hace 2 años
eslintrc.js 7fd4b722ac maj footer hace 2 años
local.portail_v2.opentalent.fr.crt 8ae0f607c3 page d'accueil + layout hace 2 años
local.portail_v2.opentalent.fr.key 8ae0f607c3 page d'accueil + layout hace 2 años
nuxt.config.ts d6fc02c531 add lint prettier hace 2 años
package.json d6fc02c531 add lint prettier hace 2 años
tsconfig.json d6fc02c531 add lint prettier hace 2 años
yarn.lock d6fc02c531 add lint prettier hace 2 años

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.