Go to file
Valentin 5355833a86 test push 2024-04-30 12:00:58 +02:00
assets cache des images resize 2024-04-16 14:19:14 +02:00
components cache des images resize 2024-04-16 14:19:14 +02:00
composables debug fetching global data error page on ssg 2024-04-12 16:14:02 +02:00
pages cache des images resize 2024-04-16 14:19:14 +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 cache des images resize 2024-04-16 14:19:14 +02:00
package-lock.json images resize avec sharp 2024-04-15 23:24:48 +02:00
package.json images resize avec sharp 2024-04-15 23:24:48 +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