Home QbForm Demos Downloads Quick start

Downloads


Note: QbForm is still in BETA version. It is not available as a NPM package, but the RELEASE version and the NPM package will be available by the end of 2023.
Zipped file:

Last version (0.0.1-beta): click here


Source code:

GitHub project: QbForm v0.0.1-beta


Build project from Github sources (linux only):


Requirements: git, npm and zip

On Debian/Ubuntu
apt install -y git npm zip

On Redhat/CentOs
# Install git
sudo yum install -y git

# Install npm (and nodejs)
sudo yum install -y gcc-c++ make 
sudo curl -sL https://rpm.nodesource.com/setup_14.x | sudo -E bash - 
sudo yum install nodejs

# install zip
yum install -y zip


Download code from GITHUB

git clone -b v0.0.1-beta https://github.com/abaquesoftware/QbForm.git
git submodule init
cd QbForm/
git submodule init
git submodule update

Generate .zip file

./buildpackage.sh