|
|
|
|
|
by quantummkv
2763 days ago
|
|
Bootstrap with Laravel on the plain old lamp stack. It's what you know and can get working on right away. If you want to go the SPA way then you can mix Vue with Laravel. It's pretty much the official client side framework for Laravel, so the documentation for Laravel integration would be excellent. |
|
I normally do this by making a node module in a parent directory of the application projects like so:
parentDir/ node_modules/ @applicationLibrary components/ mixins/ services/ applicationProjects/ ios/ android/ electron/ web/ server/