pip-webui
Version:
HTML5 UI for LOB applications
49 lines (36 loc) • 1.26 kB
Markdown
- [Installing](
- [Using](
- [Questions and Bugs](
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.
TBD...
If you have any questions regarding the module, you can ask them using our
[](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).