Tag: laravel-mix

How to install VueJS via Laravel mix on non-laravel project?

If you are curious to know how to use [VueJS](https://vuejs.org/) via [Laravel Mix](https://laravel-mix.com/) on a non-laravel project, then this tutorial will help you to figure it out. FYI, Laravel Mix supports to use on stand-alone projects.

Laravel Mixed Content issue and broken stylesheet

If you are facing any issue related with Mixed Content of your laravel project, here could one of the possible solution that recently I faced.