Administration Reference
Plugins extend the Administration by integrating directly into the Vue-based admin framework. Use these guides when building custom admin modules or components, or when extending existing ones.
Core Concepts
- Directives: Globally registered Vue directives.
- Mixins: Shared Vue mixins used across the Administration.
- Utils: Global utility functions available on the
Shopwareobject.
Use these guides to:
- Reuse core functionality instead of implementing it again
- Follow Administration extension conventions
- Build extensions that integrate cleanly into the Admin UI