Role Management
The Pro theme allows you to add user roles. By default, the theme comes with Admin, Creator and Member roles. To access the role management example click the "Examples(API)/Roles" link in the left sidebar or add /roles-list to the URL. Here you can add/edit new roles. To add a new role, click the "Add role" button. To edit an existing role, click the button. In both cases, you will be directed to a form which allows you to modify the name and description of a role.
You can find the compoments for role functionality in src\views\examples-api\roles
folder.
The store used for role functionality is found in src\store\roles.module.js