I guess you want to use both laravel and vue in a web project, see this article: https://laravel-news.com/building-vue-spa-laravel-part-3
If you install the laravel/ui package you can choose between Bootstrap, Vue and React scaffolding. I assume that you are looking to generate login routes and templates using the CLI?
The templates for authentication are really easy to change, and you can use only Blade templating if you want. Some JavaScript is inevitable if you need some interactivity though. If you want to use lightweight solutions for that I suggest you look into using AlpineJS and perhaps Tailwind CSS for rapid styling.
Some useful links: [https://laravel.com/docs/7.x/frontend](Laravel documentation - JavaScript & CSS Scaffolding)
[https://laravel.com/docs/7.x/authentication](Authentication docs)
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community