Setup Vue app and tabs for Groups
We want to render Admin area
-> Groups
with shared Vue components.
Implementation guide
- Introduce a new feature flag (
admin_groups_vue
) - Check feature flag in
app/views/admin/groups/index.html.haml
and render Vue app if it is enabled - See !190590 (closed) for the rest of the implementation
Edited by 🤖 GitLab Bot 🤖