UNPKG

pip-webui

Version:

HTML5 UI for LOB applications

49 lines (36 loc) 1.26 kB
# Pip.WebUI.Test User's Guide ## <a name="contents"></a> Contents - [Installing](#install) - [Using](#usage) - [Questions and Bugs](#issues) ## <a name="install"></a> Installing Add dependency to **pip-webui-test** into your **bower.json** or **package.json** file depending what you use. ```javascript "dependencies": { ... "pip-webui-test": "*" ... } ``` Alternatively you can install the module manually using bower: ```bash bower install pip-webui-test ``` or install it using npm: ```bash npm install pip-webui-test ``` Load **pip-webui-test** files into your web application. ```html <link rel="stylesheet" href=".../pip-webui-lib.min.css"/> ... <script src=".../pip-webui-lib.min.js"></script> <script src=".../pip-webui-test.min.js"></script> ``` Keep in mind, that this is an optional module that is not included into pip-webui package. ## <a name="usage"></a> Using TBD... ## <a name="issues"></a> Questions and Bugs If you have any questions regarding the module, you can ask them using our [discussion forum](https://groups.google.com/forum/#!forum/pip-webui). Bugs related to this module can be reported using [github issues](https://github.com/pip-webui/pip-webui-test/issues).