You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Avraham Sakal 30fb5d57ce subtle bounce effect on print button 2 weeks ago
assets major: statically-generated resume with Vike 2 months ago
database add this resume to projects/hobbies 2 weeks ago
layouts major: statically-generated resume with Vike 2 months ago
pages subtle bounce effect on print button 2 weeks ago
.gitignore major: statically-generated resume with Vike 2 months ago
.tool-versions major: statically-generated resume with Vike 2 months ago
README.md major: statically-generated resume with Vike 2 months ago
eslint.config.ts major: statically-generated resume with Vike 2 months ago
package.json update wrangler 2 weeks ago
pnpm-lock.yaml update wrangler 2 weeks ago
styles.css remove import of no-longer-existing css 2 months ago
tsconfig.json major: statically-generated resume with Vike 2 months ago
vite.config.ts major: statically-generated resume with Vike 2 months ago
wrangler.toml rename cloudflare project 2 months ago

README.md

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

pnpm create vike@latest --react --compiled-css --cloudflare --eslint

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.