Server
How It Works
Usage
// server.ts
import { createVueServerApp } from '@lightspeed/crane-api';
import Section from './Section.vue';
import type { Content, Design } from './type';
export default createVueServerApp<Content, Design>(Section);Extensions
SSR Considerations
Last updated
Was this helpful?
