5fc4bef5be5e905033b1b42d314398780e44a8e3
- Refactored vite.config.ts to update entry points and improve plugin configuration. - Added Home.vue as the landing page with a modern design and features overview. - Created Layout.vue for consistent header and footer across public routes. - Implemented Privacy.vue and Terms.vue for legal documentation with structured content. - Introduced gRPC and service index files for future service implementations. - Developed createVueApp.ts for application setup with PrimeVue and Pinia. - Enhanced SSR rendering in ssrRender.ts for improved performance and SEO.
npm install
npm run dev
npm run deploy
For generating/synchronizing types based on your Worker configuration run:
npm run cf-typegen
Pass the CloudflareBindings as generics when instantiation Hono:
// src/index.ts
const app = new Hono<{ Bindings: CloudflareBindings }>()
Description
Languages
TypeScript
72.3%
Vue
27.3%
HTML
0.4%