memento-dev/README.md
GauthierWebDev 068b2dc44d
All checks were successful
Update Memento Dev on VPS / deploy (push) Successful in 8m55s
rework/lightweight (#15)
Reviewed-on: #15
Co-authored-by: GauthierWebDev <gauthier@gauthierdaniels.fr>
Co-committed-by: GauthierWebDev <gauthier@gauthierdaniels.fr>
2025-04-21 17:12:22 +00:00

2.0 KiB
Executable File

Generated with vike.dev/new (version 429) using this command:

bun create vike@latest --solid --tailwindcss --authjs --telefunc --fastify --eslint --prettier --biome

Contents

This app is ready to start. It's powered by Vike and SolidJS.

/pages/+config.ts

Such + files are the interface between Vike and your code. It defines:

Routing

Vike's built-in router lets you choose between:

/pages/_error/+Page.jsx

The error page which is rendered when errors occur.

/pages/+onPageTransitionStart.ts and /pages/+onPageTransitionEnd.ts

The onPageTransitionStart() hook, together with onPageTransitionEnd(), enables you to implement page transition animations.

SSR

SSR is enabled by default. You can disable it for all your pages or only for some pages.

HTML Streaming

You can enable/disable HTML streaming for all your pages, or only for some pages while still using it for others.