refactor: organize frontend by feature
This commit is contained in:
@@ -30,7 +30,7 @@ backend/tests/Socialize.Tests
|
||||
|
||||
## Frontend
|
||||
|
||||
The frontend remains the existing Vue 3 app. The scaffold directories `frontend/src/api`, `frontend/src/features`, `frontend/src/pages`, `frontend/src/layouts`, and `frontend/src/app` are available for incremental migration.
|
||||
The frontend remains the existing Vue 3 app. Feature-owned route views and stores live under `frontend/src/features/<feature>`, while shared app shell code stays under `frontend/src/layouts`, `frontend/src/components`, `frontend/src/plugins`, and `frontend/src/router`.
|
||||
|
||||
## API Contract
|
||||
|
||||
|
||||
Reference in New Issue
Block a user