deprecated
deprecated copied to clipboard
🚀 Framework for building universal web app and static website in Vue.js (beta)
Ream 3.0 is still kind of a beta software, I'll try to make 4.0 the first stable release. 😄 Todos: - PWA support... - Export a webpack config which can...
Directory name includes query params while generating route, but it shouldn't.
A new feature for prefetching data on the server-side will land in Vue 2.6 https://github.com/vuejs/vue/pull/9017
`sw.js` is successfully generated but webpack assets are not really cached at runtime, it doesn't break your app though, I will tackle this later..
### I'm moving back to run an example with-apollo #### Error ``` .provide() is deprecated. Use the 'apolloProvider' option instead with the provider object directly. TypeError: Cannot read property 'getMatchedComponents'...
It would be great if `getInitialData` could be pulled from mixins. For now, I have to copy/paste this to every component that needs to reuse `getInitialData`: ```js import Mixin from...
If client-side navigation (``) is used to switch from the error page to an another page *but* both the error page URL and new page URL resolve into the same...
Since 6ec3661ce852308917a0e96f2dcbbb1e77fc12fe, `fsRoutes` is disabled by default. I personally don't see what's wrong with its being enabled, but it's not what is this issue about. The problem is, the default...
Currently, `getInitialData` is forcefully disallowed to be present in any component that is not a matched route component. This is not convenient in real life, as there are situations when...