grapher-vue
grapher-vue copied to clipboard
Present files on Install
Hi, when I do meteor add herteby:grapher-vue, compared with your demo, it does not add the following folders and their content: packages L__grapher L__grapher-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:
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected].
meteor remove autopublish
I do not see "herteby:grapher-vue" in
I even did meteor npm install.