6 Fuse tool Tips You Cannot Ignore

fusetool

3 kinds of units

There are 2 kinds of units in fusetool. For example, 10, 10px, 10%

StatusBar And BottomBar

  • dock statusbar top to show statusbar
  • dock bottombar bottom to avoid input method over input field

Other 4 Tips in newest fusetools tutorial

  • Live update includes assets / git trick
  • Live update only needs WIFI (no tethering required)
  • Fuse plays nicely with JS transpilers, such as Babel
  • ux:Include lets you split up your UX-files into components, and you can split js file too, like below:
1
2
<ux:Include File="name.ux" />
<JavaScript File="name.js" />

Credits

the picture is from fusetools.com