generated from gitea_admin/default
ajout de strapi
This commit is contained in:
45
README.md
45
README.md
@@ -1,6 +1,5 @@
|
||||
# Nuxt Minimal Starter
|
||||
g1te@_@dm1n
|
||||
g1te@_@dm1n
|
||||
|
||||
Look at the [Nuxt documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
|
||||
|
||||
## Setup
|
||||
@@ -26,8 +25,13 @@ bun install
|
||||
Start the development server on `http://localhost:3000`:
|
||||
|
||||
```bash
|
||||
# npm
|
||||
# npm sur l'ordinateur en local
|
||||
npm run dev
|
||||
=> Local: http://localhost:3000
|
||||
|
||||
# npm Nuxt en mode développement avec accès depuis ton téléphone, tablette ...
|
||||
npx nuxt dev --host
|
||||
=> Network: http://192.168.1.24:3000
|
||||
|
||||
# pnpm
|
||||
pnpm dev
|
||||
@@ -74,3 +78,38 @@ bun run preview
|
||||
```
|
||||
|
||||
Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.
|
||||
|
||||
|
||||
image: {
|
||||
// Domaine de tes images Strapi / OVH
|
||||
domains: [
|
||||
'media.orchestre-ile.com' // passe par le reverse proxy plus tard
|
||||
],
|
||||
quality: 80,
|
||||
format: ['webp', 'avif', 'jpeg', 'jpg', 'png', 'gif' ],
|
||||
screens: {
|
||||
xs: 320,
|
||||
sm: 640,
|
||||
md: 768,
|
||||
lg: 1024,
|
||||
xl: 1280,
|
||||
xxl: 1536,
|
||||
'2xl': 1536
|
||||
},
|
||||
presets: {
|
||||
full: {
|
||||
modifiers: {
|
||||
fit: 'cover',
|
||||
}
|
||||
},
|
||||
avatar: {
|
||||
modifiers: {
|
||||
fit: 'cover',
|
||||
format: 'jpg',
|
||||
width: 50,
|
||||
height: 50
|
||||
}
|
||||
}
|
||||
},
|
||||
densities: [1, 2],
|
||||
},
|
||||
Reference in New Issue
Block a user