meteor-vue2-example
meteor-vue2-example copied to clipboard
Meteor & Vue 2.0 example
Bumps [bcrypt](https://github.com/kelektiv/node.bcrypt.js) from 1.0.3 to 5.0.0. Release notes Sourced from bcrypt's releases. v5.0.0 Fix the bcrypt "wrap-around" bug. It affects passwords with lengths >= 255. It is uncommon but it's...
Since issue number 15, I installed a Linux CPU for this (maybe Windows Meteor install was with problem). The actual meteor-vue2-example does not work (for me): sudo apt install git...
Hi, I open the project today and I get Cannot find module `'./Chat.vue';` in the App.vue. But the file is in the same folder as App, I did no changes...
Recently I have tried Materializecss in your meteor-vue2-example project and when i initialize material select it show error like Uncaught TypeError: $(...).material_select is not a function ``` -html-head -html-body -App.vue...
#[Vue warn]: You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render functions, or use the compiler-included build. found...
Expects or tag. I think this html file cannot contain templates. Not shure where to put them to make the project work and what other modifs to do. By the...
missing: $ at https://github.com/Akryum/meteor-vue2-example/blob/master/imports/ui/Chat.vue:21
This code did not subscribe correctly to the "Messages" collection. Fix recommended here: https://github.com/Akryum/meteor-vue2-example/issues/10
I cloned the example and followed all the add, remove and npm instructions mentioned in the Readme.md. On first run it throws the following error: ``` Exited with code: 1...
As noted by @jonathan82 [in issue #10](https://github.com/Akryum/meteor-vue2-example/issues/10#issuecomment-302286109), the Chat component doesn't set up its subscription correctly. Here is the behavior before and after: 