@quantr/quantr-spfx-library

Our useful functions for SPFx development

Usage no npm install needed!

<script type="module">
  import quantrQuantrSpfxLibrary from 'https://cdn.skypack.dev/@quantr/quantr-spfx-library';
</script>

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