I'm checking out render-helper for my own projects.
Since it isn't in npm, how do you set up the dependency?
I haven't used GitHub in this way before, but I see the relationship between your repos:
I'm checking out render-helper for my own projects.
Since it isn't in npm, how do you set up the dependency?
I haven't used GitHub in this way before, but I see the relationship between your repos:
It is in on npm, I just used 'yarn add @ecency/render-helper' from quasar parent folder to get it in the package list, and you can see a basic implementation here on lines 15, 217, 320 https://github.com/ausbitbank/hive.ausbit.dev-src/blob/master/src/pages/post.vue
https://www.npmjs.com/package/@ecency/render-helper
Thank you much. I figured out I was invoking npm incorrectly. The GitHub account name needs to be included like:
npm install @ecency/render-helper
Posted using Dapplr