Nuxt.js: Django + Nuxt.js

Created on 2 Apr 2017  路  3Comments  路  Source: nuxt/nuxt.js

If it is posible, how I can create it?

This question is available on Nuxt.js community (#c434)

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 ....

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

gary149 picture gary149  路  3Comments

nassimbenkirane picture nassimbenkirane  路  3Comments

pehbehbeh picture pehbehbeh  路  3Comments

bimohxh picture bimohxh  路  3Comments

bimohxh picture bimohxh  路  3Comments