qliksense-extension
v3.0.0
Published
A simple boilerplate for writing Qlik Sense extensions in Javascript
Downloads
4
Readme
Qlik Sense Extension
A simple boilerplate for writing Qlik Sense extensions in Javascript
What is this for?
I find developing directly on the Qlik Sense hub frustrating (sorry, not sorry). So I decided to create a simple foundation that achieved a number of things:
- Allowed a developer to create extensions in cool hipster ES6/2015/Next/+
- Allowed a developer to write their code in an extensible fashion
- Made testing easy
- Works out the box
- Allows for local debugging without using Hub
How do I use it?
- Clone this repo
- Open your terminal,
cd
into the repo, and runnpm install
- Open
src/js/app.js
; if you want to use Angular then comment out the jQuery bit, and vice versa - Run
npm start
and start developing - When you want to deploy run
npm run deploy
and a .zip file will be created at the repo's build folder