No description
- Introduce a modular application structure with a new app configuration file to manage module settings and features. - Implement a dependency injection container for service management across modules. - Create a plugin manager to handle module registration, installation, and lifecycle management. - Develop a global event bus for inter-module communication, enhancing loose coupling between components. - Add core modules including base functionalities, Nostr feed, and PWA services, with support for dynamic loading and configuration. - Establish a Nostr client hub for managing WebSocket connections and event handling. - Enhance user experience with a responsive Nostr feed component, integrating admin announcements and community posts. - Refactor existing components to align with the new modular architecture, improving maintainability and scalability. |
||
|---|---|---|
| .vscode | ||
| electron | ||
| public | ||
| src | ||
| .cursorrules | ||
| .env.example | ||
| .gitignore | ||
| ARCHITECTURE_ANALYSIS.md | ||
| ARCHITECTURE_ANALYSIS.pdf | ||
| ARCHITECTURE_ANALYSIS_PRINT.md | ||
| ARCHITECTURE_ANALYSIS_PRINT.pdf | ||
| AUTHENTICATION.md | ||
| CHAT_INTEGRATION.md | ||
| CLAUDE.md | ||
| components.json | ||
| forge.config.js | ||
| IMPROVEMENTS.md | ||
| index.html | ||
| MOBILE_RELAY_EVALUATION.md | ||
| nginx.conf.example | ||
| NOSTR_ARCHITECTURE.md | ||
| ORDER_MANAGEMENT_FULFILLMENT.md | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| RELAY_HUB_ARCHITECTURE.md | ||
| tailwind.config.js | ||
| test-formatting.html | ||
| TODO.md | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
| web-app-specification.md | ||
Vue 3 + TypeScript + Vite
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.