Components:FAQ - bettyblocks/cli GitHub Wiki
How can I load third-party JavaScript?
Find out from this tutorial.
Why don't Components I drag onto the canvas reflect my changes?
You need to rebuild your Component Set with bb components build
, or better yet, enable hot-reloading with yarn dev
. This way you're serving code that include your changes. If this still doesn't work, disable/clear your browser cache.
How do I link to another Page in my Application?
For now, see the B.Link Component. More detailed instructions are coming soon.
How can I see which version I'm on?
In your shell:
$ bb --version
22.31.0
How do I upgrade the CLI to the most version?
In your shell:
$ yarn global upgrade @betty-blocks/cli
...