afrasiyab_haider's avatar

How to split or use VueJs admin panel in Laravel

I want to use VueJs template into Laravel project. I know blade if we want to use an HTML template we put assets in public and splits files in resources/view and make a layout etc but if I have a VueJs template then how I can use it in Laravel NOTE: I don't want to use VueJs and Laravel separately I want to use that vuejs template using Laravel-Mix

0 likes
1 reply
tchury's avatar

All you have to do is to insert Vue files in resources/js, compile with Laravel-Mix, link css and js in your view and call the main component. Do you have some particular trouble?

Please or to participate in this conversation.