Prefixing the aliases with ‘@’ is something Vue does in their project starter kit. Quasar doesn’t do that and yes, instead of doing ../ or ../../../ to travers up the folder hierarchy, you can just use src/your-path-here and you are good to go.
And if you feel really rambunctious, you could also add the /services folder as an alias too, if you’ll be using it often, so all you’ll need to write is services/auth/authPopup. 🙂
Scott