0.2.2 • Published 3 years ago

kwm-sp-js v0.2.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

KWM.SP.JS

Introduction

A js library to work on SharePoint website that use SharePoint RESTful API to work with SP interactively.

Step In

npm install kwm-sp-js npm run dev

See index.html codes for details.

Installation

Download And Install

npm install kwm-sp-js

Upload Code to NPM

npm config set registry http://registry.npmjs.org/

npm login

npm publish

Build & Test

The library is using webpack to build codes.

  1. For development environment code, execute "npm run dev".
  2. For production environment code, execute "npm run build".

The output lib location is "/dist/KWM.SP.js".

Currently no test case available. A sample can be found at index.html.

0.2.1

3 years ago

0.2.2

3 years ago

0.1.0

3 years ago

0.1.1

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago