Mr.Dat a6f5ba8c90 feat: Refactor icon components to support filled and outlined states
- Updated Add.vue to handle filled and outlined states, merging AddFilled.vue functionality.
- Refactored Bell.vue and BellFilled.vue into a single component with filled state support.
- Created Credit.vue for credit card icon with filled and outlined states.
- Refactored Home.vue and HomeFilled.vue into a single component with filled state support.
- Refactored Layout.vue and LayoutFilled.vue into a single component with filled state support.
- Refactored Upload.vue and UploadFilled.vue into a single component with filled state support.
- Refactored Video.vue and VideoFilled.vue into a single component with filled state support.
- Enhanced index.tsx to include nonce for security in SSR.
- Updated main.ts to handle application data from SSR.
- Improved auth layout to include meta description for SEO.
- Updated routes to include meta information for head management.
- Simplified auth store methods for better readability and error handling.
- Updated UnoCSS configuration to include class prefix for better utility management.
2026-01-05 18:27:35 +07:00
2025-12-31 17:18:50 +07:00
2025-12-31 01:09:34 +07:00
2026-01-02 22:00:50 +07:00
2025-12-31 17:18:50 +07:00
2026-01-02 22:00:50 +07:00
2026-01-02 22:00:50 +07:00
2025-12-31 01:09:34 +07:00
2026-01-02 22:00:50 +07:00
2026-01-02 22:00:50 +07:00
2026-01-02 22:00:50 +07:00
2025-12-31 17:18:50 +07:00

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
No description provided
Readme 58 MiB
Languages
TypeScript 72.3%
Vue 27.3%
HTML 0.4%