HackerNews clone built with Vue 2.0, vue-router & vuex, with server-side rendering
by vuejsJavaScript
Last 12 weeks · 0 commits
2 of 6 standards met
This PR includes two commits: 1. polyfill Object.assign for IE 2. fixed remount issue on IE11 we should move id app out from vue template and place it into index template. My project has #app in App.vue and remount to #app as hackernews project. and this will cause issue on IE11. the issue is when I first browse page, the page will be fine. and when I refresh page the page will be blank and there isn't any element in #app. Solution: move id app out from vue and place it into index template as the second commit.
Repository: vuejs/vue-hackernews-2.0. Description: HackerNews clone built with Vue 2.0, vue-router & vuex, with server-side rendering Stars: 10907, Forks: 2134. Primary language: JavaScript. Languages: JavaScript (59.3%), Vue (38.5%), HTML (2.2%). License: MIT. Open PRs: 33, open issues: 112. Last activity: 3y ago. Community health: 37%. Top contributors: yyx990803, addyosmani, JounQin, sirlancelot, tangwz, bodyno, alextes, chriszamierowski, eliurkis, riophae and others.