vue2
Commits on Oct 17, 2016
-
fix for vue2 constructor.name becomes `VueComponent`
instead of judging from filename
fritx committedOct 17, 2016 -
add options.name for vue2 better debugging
fritx committedOct 17, 2016 -
fix for vue2 `Uncaught TypeError: this.$dispatch is not a function`
fritx committedOct 17, 2016 -
fix for vue2 `[Vue warn]: Failed to resolve directive: el`
fritx committedOct 17, 2016 -
fix for vue2 ``Avoid mutating a prop directly since the value will be…
fritx committedOct 17, 2016 -
fix for vue2 render: h(App) `[Vue warn]: Failed to mount component: t…
…emplate or render function not defined.`
fritx committedOct 17, 2016 -
fix `Module not found: Error: Cannot resolve module 'babel-runtime/co…
…re-js/object/assign'` babel/babel#2780
fritx committedOct 17, 2016 -
fix for vue2 lifecycle ready => mounted
fritx committedOct 17, 2016 -
fix for vue2 `template syntax error Cannot use <slot> as component ro…
…ot element because it may contain multiple nodes`
fritx committedOct 17, 2016 -
upgrade to vue2 webpack template
fritx committedOct 17, 2016 -
* restrict peer dep vue 1.x for now + add missing dev dep versions
fritx committedOct 17, 2016
Commits on May 28, 2016
-
* peer deps versions changed to "any"
* index.html moved to src/ * dispatch set-scene/camera * renderer size: { w, h }fritx committedMay 28, 2016
Commits on May 23, 2016
-
* readme, pkg.json, favicon, examples
fritx committedMay 23, 2016