you can write Django restful api server
and nuxt.js communicate your server with json .
if you want your nuxt.js realtime got SSR page , you can use nuxt/express ( need node.js )
or you can use nuxt generate a static version put on CDN or you Django static folder .
you can design a day or a hour , or every time you modify back-end data then re-generate project and put it to cdn , or any web host you want ....
that you will get a powerful vue spa website , and nicely seo static page ( SSR ) .
thanks god nuxt.js .... !!
the solution that my project working with PHP and .NET ....
excuseme.I want to ask, if i want to put my code built by Nuxt.js in Django static folder ,how to build it??
Because i met a old Django project that wasn't separate front and rear ends, need me to put Nuxt code in it
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
you can write Django restful api server
and nuxt.js communicate your server with json .
if you want your nuxt.js realtime got SSR page , you can use nuxt/express ( need node.js )
or you can use nuxt generate a static version put on CDN or you Django static folder .
you can design a day or a hour , or every time you modify back-end data then re-generate project and put it to cdn , or any web host you want ....
that you will get a powerful vue spa website , and nicely seo static page ( SSR ) .
thanks god nuxt.js .... !!
the solution that my project working with PHP and .NET ....