1.0.4 • Published 5 years ago

elektron-tauon-spfxcontext v1.0.4

Weekly downloads
2
License
MIT
Repository
-
Last release
5 years ago

Elektron SpFx Context module

Welcome to the Elektron SpFx Context module.
This module is implementation of the context infrastructure for SharePoint Framework.

Getting started

Tools

Having your environment ready

npm i typescript tslint -g

Installing the dependencies

npm i

Building

npm run build

Debugging

Run this command from this repo:
npm link
(npm unlink to undo)
Create a project using the generator.
Run this command from the debugging repo:
npm link elektron-tauon-spfxcontext
(npm unlink elektron-tauon-spfxcontext to undo)

Publishing

Please refer to the following documentation

Continuous integration

Please refer to the following documentation
static analysis url.
No unit testing in place at the moment.

Contributing

Please refer to the following documentation
repo url