Go to file
Valentin e509d224f9 keyboard swiper nav 2024-06-04 16:35:32 +02:00
assets modif des marges dans le magasin et ajout du soulignage du mail 2024-05-28 16:48:11 +02:00
components keyboard swiper nav 2024-06-04 16:35:32 +02:00
composables debug fetching global data error page on ssg 2024-04-12 16:14:02 +02:00
pages correction du data fetching dans la page magasin 2024-05-28 17:22:38 +02:00
public premier commit 2024-02-21 00:30:14 +01:00
server debug fetching global data error page on ssg 2024-04-12 16:14:02 +02:00
ssg_hooks cache des images resize 2024-04-16 14:19:14 +02:00
.gitignore cache des images resize 2024-04-16 14:19:14 +02:00
README.md test de commit 2024-03-18 09:47:26 +01:00
app.vue cache des images resize 2024-04-16 14:19:14 +02:00
error.vue debug fetching global data error page on ssg 2024-04-12 16:14:02 +02:00
nuxt.config.ts paragraphe contact multi ligne + 2 colonnes magasin 2024-05-27 19:05:43 +02:00
package-lock.json ajout de l'effet brush p5 2024-05-28 00:18:18 +02:00
package.json ajout de l'effet brush p5 2024-05-28 00:18:18 +02:00
tsconfig.json premier commit 2024-02-21 00:30:14 +01:00

README.md

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

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

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information. test