qExt Scripts
qExt Scripts is a library that helps you with Qlik Sense Extension development, providing build/compiling tools as well as deployment options.
Setup
Install qext-scripts
npm install --save qext-scripts
qExt Scripts references a qext.config.json
file at the root of your directory. Check out the full configuration documentation. You can also check out examples of setting up the configuration
Usage
qExt Scripts can be run by adding the qext-scripts command to your package.json scripts
Example:
from your project root directory, you can execute npm run qext-scripts
to run once, or npm run watch-qext-scripts
to keep it running and watch any changes to your source files.