Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Laravel Mix Support #50

Closed
3 tasks
erayerdin opened this issue Apr 21, 2021 · 1 comment
Closed
3 tasks

Laravel Mix Support #50

erayerdin opened this issue Apr 21, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@erayerdin
Copy link
Owner

erayerdin commented Apr 21, 2021

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 gitignore
  • mix command for compiling mix assets
  • serve command to watch mix assets and run Django server in parallel
@erayerdin erayerdin added the enhancement New feature or request label Apr 21, 2021
@erayerdin erayerdin added this to the 0.7 milestone Apr 21, 2021
@erayerdin erayerdin self-assigned this Apr 21, 2021
This was referenced Apr 21, 2021
@erayerdin
Copy link
Owner Author

React is widely adopted and Laravel Mix support is not needed anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant