I need to implement an admin panel for the site. I decided to use something popular. Since I'm doing it on Laravel, then the choice fell on something on Vue. I chose vue-element-admin, top star on github stars. Along the way, superficially familiarized with vue, vue-cli, npm and other things that apply there. This "template" (vue-element-admin), or more correctly already called a "library", even has documentation, everything is fine.
But I just got stuck at the integration stage of laravel and vue-element-admin: where to unpack this library? Where to start then npm? How to tell laravel about her? I wanted to make the administrative part of the site as SPA, and the user part in the classic version