-
-
Notifications
You must be signed in to change notification settings - Fork 57
Folder Structure
Rdmclin2 edited this page Nov 5, 2024
·
1 revision
The folder directory structure of LobeVidol is as follows:
src
βββ app # Code related to the main application logic and state management
βββ components # Reusable UI components
βββ constants # Definitions for constants, such as action types, route names, etc.
βββ features # Functional modules related to business features, such as Agent settings, plugin development pop-ups, and other reusable modules with business logic
βββ hooks # Custom utility hooks reused throughout the application
βββ layout # Layout components for the application, such as navigation bars, sidebars, etc.
βββ locales # Internationalization language files
βββ lib # General utility libraries, such as plugins, VMD animation implementations, etc.
βββ panels # Panel components for display
βββ services # Encapsulated backend service interfaces, such as HTTP requests
βββ store # Zustand store for state management
βββ styles # Global style files
βββ types # TypeScript type definition files
βββ utils # General utility functions
This is the π€ / π€ Lobe Vidol wiki. Wiki Home