You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Laravel Mix is a great solution that solves %80 of the use case.
SPA is not needed for many projects. VueJS is a good solution for integrating AJAX to some parts of web page, e.g. a search bar or a list with pagination.
To Do
createapp command to start an app with Laravel Mix with its gitignore
mix command for compiling mix assets
serve command to watch mix assets and run Django server in parallel
The text was updated successfully, but these errors were encountered:
This issue, if closed, closes #7.
Laravel Mix is a great solution that solves %80 of the use case.
SPA is not needed for many projects. VueJS is a good solution for integrating AJAX to some parts of web page, e.g. a search bar or a list with pagination.
To Do
createapp
command to start an app with Laravel Mix with its gitignoremix
command for compiling mix assetsserve
command to watch mix assets and run Django server in parallelThe text was updated successfully, but these errors were encountered: