mercredi 23 septembre 2015

Integrating Ember CLI with Django app

Before Ember CLI, I use to create an index.html page within Django project, plus the App.js file and all seemed to be working great. Now that Ember is using CLI, it seems that there is no easy way to integrate Ember CLI project within Django application. So I read that people are recommending using Ember CLI to develop the front-end, and Django to develop the REST API. However deployment is not easy, because you need to copy the Ember dist folder under Django static folder, plus change all the static asset url under Ember app to point to Django static path.

So it seems that, there is no easy way to integrate the two into one single development process.

Do you guys, have any suggestions on how to integrate the development, and deployment process?

Thx.




Aucun commentaire:

Enregistrer un commentaire