ndabAP / vue-sails-example

NOT MAINTAINED Vue.js with Sails.js example project with many features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSR with Vue?

amirakbulut opened this issue · comments

How is this project able of rendering the html of it's Vue components to the browser? I thought only Nuxt.js was capable of doing that.

I don't understand the question. The project never uses HTML strings from server.

With Vue, everything that's rendered in the client isn't visible in the source of the page. That's why Vue isn't SEO friendly, Nuxt.js solves this by rendering on the server itself. However, you're using Vue and I can still see everything in the source..?

I can still see everything in the source..?

I don't:

view-source:https://vue-sails-example.herokuapp.com

;)

Closing, since not an issue.