0.0.3 • Published 5 years ago
qlab-js v0.0.3
qlab.js
How to use
- import the package using your prefered method
- instantiante it using
new qlab('URL of qlab pc') - now start using it!
How to run during development
- Run
npm install - Run
npm run buildfor building once ornpm run devto keep watching for new builds - Link using
npm link - Install in your project with
npm link qlab-js