c4113658f781d6cad05630f389028c7c3b7078f1
Generated with vike.dev/new (version 599) using this command:
npm create vike@latest --- --vue --prettier
Contents
Vike
This app is ready to start. It's powered by Vike and Vue.
Plus files
The + files are the interface between Vike and your code.
+config.ts— Settings (e.g.<title>)+Page.vue— The<Page>component+data.ts— Fetching data (for your<Page>component)+Layout.vue— The<Layout>component (wraps your<Page>components)+Head.vue- Sets<head>tags/pages/_error/+Page.vue— The error page (rendered when an error occurs)+onPageTransitionStart.tsand+onPageTransitionEnd.ts— For page transition animations
Routing
Vike's built-in router lets you choose between:
- Filesystem Routing (the URL of a page is determined based on where its
+Page.vuefile is located on the filesystem) - Route Strings
- Route Functions
SSR
SSR is enabled by default. You can disable it for all or specific pages.
HTML Streaming
You can enable/disable HTML streaming for all or specific pages.
Description
Languages
Vue
88.5%
TypeScript
9.9%
JavaScript
1.6%