Administration
core code, each module is defined in a directory called module
. A module
is an encapsulated unit which implements a whole feature. For example there are modules for customers, orders, settings, etc.color
, icon
, navigation
are fixed by design and cannot be changed.routeMiddleware
. You can add those changes to your main.js
file, which could then look like this:routeMiddleWare
to scan the routes while the Vue router
is being set up. If we find the route sw.product.detail
we just add another child route by pushing it to the currentRoute.children
.