RaphaelDDL / e7db-ui

EpicSevenDB.com UI for game information, such as Heroes, Artifacts, Gear, Skills and anything else necessary to present the DB. Made with NUXT.js (Vue.js, Express, SASS)
https://epicsevendb.com
Other
10 stars 5 forks source link

Implement Vue SSR #20

Closed RaphaelDDL closed 5 years ago

RaphaelDDL commented 5 years ago

Pondering between vue-ssr ( https://vuejs.org/v2/guide/ssr.html ) , Nuxt ( https://nuxtjs.org/ ), Vuesion ( https://github.com/vuesion/vuesion )..

We need server side rendering, SEO is being hit by having SPA with data load/ajax after page load.

With SSR, we could already have hero, artifact and item apis being called and served on initial_state

RaphaelDDL commented 5 years ago

Project being ported to NUXT.js

You can see the progress on https://github.com/EpicSevenDB/nuxt-ui

When the port is over, it'll take over this repo. I'm going ahead and also adding i18n for the website texts (not the game data yet) :)

RaphaelDDL commented 5 years ago

nuxt-ui data moved to ui

Done :D