fix: \VueQueryPlugin\ possibly dead dependency (#195)
Clarify that @tanstack/vue-query is a required peer dependency of @wagmi/vue, not a dead import. Add a comment in main.ts explaining the rationale, and document the dependency in ARCHITECTURE.md and landing/AGENTS.md. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
134287722b
commit
b66a8afcaa
3 changed files with 8 additions and 0 deletions
|
|
@ -6,6 +6,9 @@ Vue 3 + Vite application that delivers the public marketing site and forthcoming
|
|||
- Vue 3 (Composition API) with TypeScript and Vite toolchain
|
||||
- Vue Router for multi-view navigation
|
||||
- Sass-based design system with custom typography
|
||||
- `@wagmi/vue` for wallet connection (injected, WalletConnect, Coinbase Wallet)
|
||||
- `@tanstack/vue-query` — required peer dependency of `@wagmi/vue`; must be registered via `VueQueryPlugin` in `main.ts`
|
||||
- `@harb/web3` shared composables for wagmi config and wallet hooks
|
||||
|
||||
## Key Views & Components
|
||||
- `HomeView.vue` - Launch countdown, feature overview, and staking CTA
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue