Login

The login functionality is fully implemented in our theme helping you to start your project in no time. To login into dashboard you just have to add /loginin the URL and fill the login form with one of the credentials (user: [email protected], [email protected], [email protected] and password:secret).

The src\views\Login.vue is the Vue component which handles the login functinality. You can easily adapt it to your needs.

It uses the auth store located in src\store\auth.module.js.


Login Examples