memento-dev/app
2025-04-11 11:46:22 +02:00
..
assets chore: new architecture and technos 2025-04-11 11:11:22 +02:00
components refactor: Update import statements in Search.telefunc.ts 2025-04-11 11:46:22 +02:00
data/docs chore: new architecture and technos 2025-04-11 11:11:22 +02:00
database chore: new architecture and technos 2025-04-11 11:11:22 +02:00
images chore: new architecture and technos 2025-04-11 11:11:22 +02:00
layouts chore: new architecture and technos 2025-04-11 11:11:22 +02:00
lib feat: Update search functionality with FlexSearchService 2025-04-11 11:43:20 +02:00
markdoc chore: new architecture and technos 2025-04-11 11:11:22 +02:00
pages chore: new architecture and technos 2025-04-11 11:11:22 +02:00
prisma chore: new architecture and technos 2025-04-11 11:11:22 +02:00
server chore: new architecture and technos 2025-04-11 11:11:22 +02:00
services style: Add type annotation for 'ast' variable 2025-04-11 11:45:59 +02:00
.env chore: new architecture and technos 2025-04-11 11:11:22 +02:00
.prettierrc chore: new architecture and technos 2025-04-11 11:11:22 +02:00
eslint.config.js chore: new architecture and technos 2025-04-11 11:11:22 +02:00
fastify-entry.ts chore: new architecture and technos 2025-04-11 11:11:22 +02:00
package.json feat: Update search functionality with FlexSearchService 2025-04-11 11:43:20 +02:00
pnpm-lock.yaml feat: Update search functionality with FlexSearchService 2025-04-11 11:43:20 +02:00
README.md chore: new architecture and technos 2025-04-11 11:11:22 +02:00
tsconfig.json feat: Update search functionality with FlexSearchService 2025-04-11 11:43:20 +02:00
types.d.ts chore: new architecture and technos 2025-04-11 11:11:22 +02:00
vite.config.ts chore: new architecture and technos 2025-04-11 11:11:22 +02:00

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

pnpm create vike@latest --react --tailwindcss --telefunc --fastify --eslint --prettier

Contents

React

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

/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.