README
Introduction
We heavily doing SPFx, so this library contains our useful functions
www.quantr.hk
Usage
npm i --save @quantr/quantr-spfx-library
import * as q from '@quantr/quantr-spfx-library';
q.widerDevMode();
Development
cd quantr-spfx-library
npm link
npm run deploy
Jump to testig project
cd test-spfx
npm link @quantr/quantr-spfx-library
gulp serve --nobrowser
Compile the source and deploy to npmjs
npm run deploy npm login
change version number
npm publish