Package Exports
- crm-sdk
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (crm-sdk) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
CRM-SDK
Javasript Software Development Kit for CRM Web API
BETA
This library is in beta.
Table of contents
Building
To build:
npm install- Production:
npm run build:prod - Develop:
npm run build - Develop live reload:
npm start
Folder Structure
The new build has the following structure:
- \src -> contains source files
- \dist -> contains distribution files
- \dist\WebAPI.js and \dist\CRMSDK.js -> use these if not using a package manager and put CRMSDK on the global scope. The new JavaScript distribution files contain the CSS for the grid, no need to reference separately.
- \src\webapi\settings.json -> contains default settings
Contributing
Please don't do Pull Request for dist folder
Copyright and license
Code and documentation copyright 2011-2017 Dynamics Software. Code released under the MIT License.