pip-webui-lib

2.1.0 • Public • Published

Pip.WebUI Logo
3rd party libraries bundle

This module provides a convenient package that bundles 3rd party libraries used by Pip.WebUI framework. It greatly simplifies management of dependencies in applications and ensures that all required libraries with correct versions are included. However, it is still possible to include 3rd party libraries using other methods.

3rd party libraries included into the bundle:

Usage

3rd party libraries are included into complete Pip.WebUI bundle. It is recommended to use it in your applications. However, if you decide to use the module directly, follow the instructions below.

Add dependency to pip-webui-lib module into your bower.json or package.json file depending what you use.

"dependencies": {
  ...
  "pip-webui-lib": "*"
  ...
}

Alternatively you can install the module manually using bower:

bower install pip-webui-test

or install it using npm:

npm install pip-webui-test

Add references to module artifacts into your web application.

<link rel="stylesheet" href=".../pip-webui-lib.min.css"/>
<script src=".../pip-webui-lib.min.js"></script>

Optionally, if you use testing libraries, add the reference below.

<script src=".../pip-webui-lib-test.min.js"></script>

Learn more about the module

Module dependencies

This module has no dependencies to other Pip.WebUI modules.

License

This module is released under MIT license and totally free for commercial and non-commercial use.

Readme

Keywords

Package Sidebar

Install

npm i pip-webui-lib

Weekly Downloads

0

Version

2.1.0

License

MIT

Last publish

Collaborators

  • seroukhov
  • zontak