Fuselibs is a collection of Uno libraries that provide the UI framework used to build Fuse apps.
npm install @fuse-open/fuselibs
In order to use Uno and Fuselibs, the following software must be installed:
- VCRedist 2010: x86, x64
- VCRedist 2013
- Android SDK and NDK
These dependencies can be acquired by installing android-build-tools.
npm install
npm run build
npm run test
You can run the local uno
directly using node_modules/.bin/uno
. This
is useful when you want to test apps using your local fuselibs build
environment.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Please report issues here.