https://github.com/manolo/vaadin-mock-xhr
Mock XHR in vaadin web components demos
https://github.com/manolo/vaadin-mock-xhr
Last synced: 4 months ago
JSON representation
Mock XHR in vaadin web components demos
- Host: GitHub
- URL: https://github.com/manolo/vaadin-mock-xhr
- Owner: manolo
- Created: 2016-03-18T10:08:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-20T12:03:35.000Z (over 8 years ago)
- Last Synced: 2024-12-30T18:38:20.114Z (5 months ago)
- Language: HTML
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This component allows mock XHR requests when using ``.
### Usage
- Install it
```shell
$ bower install --save manolo/vaadin-mock-xhr
```- Import it in your applicaton
```html
```