Hi,
when I do meteor add herteby:grapher-vue, compared with your demo, it does not add the following folders and their content:
packages
Lgrapher
Lgrapher-vue
Is it normal?
Thanks
Marc
Here is my install list:
curl https://install.meteor.com/ | sh //one time, not for each project
cd vm
meteor create t3
cd t3
meteor remove blaze-html-templates jquery
meteor add static-html akryum:vue-component
meteor add herteby:grapher-vue
RESULT:
cultofcoders:grapher added, version 1.3.7
dburles:mongo-collection-instances added, version 0.3.5
herteby:denormalize added, version 0.6.5
herteby:grapher-vue added, version 1.2.2
lai:collection-extensions added, version 0.2.1_1
matb33:collection-hooks added, version 0.8.4
reywood:publish-composite added, version 1.5.2
meteor npm i -S babel-runtime vue vue-meteor-tracker vue-router
RESULT:
+ vue@2.5.16
+ vue-router@3.0.1
+ babel-runtime@6.26.0
+ vue-meteor-tracker@2.0.0-beta.
meteor remove autopublish
Hi, when I do meteor add herteby:grapher-vue, compared with your demo, it does not add the following folders and their content: packages Lgrapher Lgrapher-vue
Is it normal?
Thanks Marc
Here is my install list: