How can I implement server side rendering (ssr) on the vuetify project that is 100% complete?

≡放荡痞女 提交于 2020-01-09 08:16:07

问题


I had install my project vuetify with this reference : https://vuetifyjs.com/en/

My project has been 100% complete. Now I want to implement SSR for Search Engine Optimization (SEO)

I search on google and I find there exist 3 option to implement SSR to vuetify project

  1. https://ssr.vuejs.org/
  2. https://github.com/vuetifyjs/webpack-ssr
  3. https://nuxtjs.org/

If I using option 2 or option 3, it seems I must to change my template. Maybe I should rewrite my code on the template. Because my template using vuetify template. I don't know if I choose option 1. Whether it also has to change my template or not. I must to try it first

What I want to ask is if in my position I have completed the 100% vuetify project, which is the best choice I should choose for SSR implementation?

Do I have to rewrite my code or is there another way to implement it?

来源:https://stackoverflow.com/questions/59524595/how-can-i-implement-server-side-rendering-ssr-on-the-vuetify-project-that-is-1

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!