I had to register Nova Core Service Provider to open the login page. Without it, but I got an error in the console:
app.js:335 Uncaught TypeError: Cannot read properties of undefined (reading 'forEach')
at mo.registerStoreModules (app.js:335)
at mo.liftOff (app.js:172)
at login:47
Js code:
/**
Register the built-in Vuex modules for each resource
*/
registerStoreModules() {
this.app.use(this.store)