memento-dev/app
2025-04-19 19:24:05 +02:00
..
assets refactor: Remove unused code and update package dependencies 2025-04-19 13:12:29 +02:00
components style: Fix typo in viewBox attribute value 2025-04-19 19:24:05 +02:00
icons feat: Add new components Button, Callout, Form, Icon, Iframe, and related Icons 2025-04-19 14:23:41 +02:00
images feat: Add Header, Footer, and HeroSection components 2025-04-19 18:47:03 +02:00
layouts style: Fix typo in viewBox attribute value 2025-04-19 19:24:05 +02:00
libs feat(app): Add link components and sections collection 2025-04-19 15:11:42 +02:00
pages style: Fix typo in viewBox attribute value 2025-04-19 19:24:05 +02:00
partials feat: Add Prism.js support and configure languages 2025-04-19 19:19:13 +02:00
server refactor: Remove unused code and update package dependencies 2025-04-19 13:12:29 +02:00
utils feat: Add new components PrevNextLinks, QuickLinks, MobileNavigation, Navigation, and utility function cleanProps 2025-04-19 15:06:08 +02:00
.env refactor: Remove unused code and update package dependencies 2025-04-19 13:12:29 +02:00
.gitignore refactor: Remove unused code and update package dependencies 2025-04-19 13:12:29 +02:00
.prettierrc refactor: Remove unused code and update package dependencies 2025-04-19 13:12:29 +02:00
bun.lock style: Fix typo in viewBox attribute value 2025-04-19 19:24:05 +02:00
config.ts feat: Add production script to package.json 2025-04-19 13:45:33 +02:00
eslint.config.ts refactor: Remove unused code and update package dependencies 2025-04-19 13:12:29 +02:00
fastify-entry.ts feat: Add Prism.js support and configure languages 2025-04-19 19:19:13 +02:00
fastify-server.ts feat: Add functionality to start a Fastify server 2025-04-19 16:14:12 +02:00
package.json style: Fix typo in viewBox attribute value 2025-04-19 19:24:05 +02:00
README.md refactor: Remove unused code and update package dependencies 2025-04-19 13:12:29 +02:00
tsconfig.json feat: Add Image and Link components 2025-04-19 14:08:54 +02:00
vite.config.ts feat: Add Prism.js support and configure languages 2025-04-19 19:19:13 +02:00

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

bun create vike@latest --solid --tailwindcss --telefunc --fastify --google-analytics --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.