[Vuejs]-Is it possible to include Vue Admin (Bulma) into Laravel?

0👍

I created an integration without laravel-mix: https://github.com/gazben/laravel-vue-admin

This solution uses the original build script, and the npm commands are wrapped by artisan commands. The output is symlinked to the appropriate directories.

👤Gazben

Leave a comment