README.md 574 B

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

yarn install

Créer le symlink vers le bon fichier env (remplacer par l'env courant):

ln -s .env.<environnement> .env

Development Server

Start the development server on http://localhost:3000

yarn dev
````

## SSG

```bash
yarn generate

Check out the deployment documentation for more information.