Skip to content
This repository was archived by the owner on Aug 17, 2024. It is now read-only.

Latest commit

 

History

History

README.md

Examples

This template integrates React and Vue.

Open in StackBlitz

Dev

pnpm install
pnpm dev

File description

  • routes/**/*@route.* Route module. which only runs on the server side
  • routes/**/*@middleware.* Middleware. It only runs on the server side
  • routes/**/*@widget.* Components that can interact with the user. It runs simultaneously on the server side and the client side, such as my-component@widget.vue, my-component@widget.jsx
  • entry.client.ts Client entry
  • entry.server.ts Server entry
  • importmap.client.json Client's import mapping configuration file
  • routemap.server.json Routing configuration file, automatically generated by development tools