https://github.com/maritzstl/mtz-file-download-behavior
A behavior for downloading streamed files or creating files based on available data.
https://github.com/maritzstl/mtz-file-download-behavior
file-download polymer webcomponents
Last synced: 4 days ago
JSON representation
A behavior for downloading streamed files or creating files based on available data.
- Host: GitHub
- URL: https://github.com/maritzstl/mtz-file-download-behavior
- Owner: MaritzSTL
- License: mit
- Created: 2017-07-19T18:59:57.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-28T18:35:32.000Z (over 8 years ago)
- Last Synced: 2025-01-13T14:31:53.088Z (over 1 year ago)
- Topics: file-download, polymer, webcomponents
- Language: HTML
- Size: 11.7 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/MaritzSTL/mtz-file-download-behavior)
[](https://www.webcomponents.org/element/MaritzSTL/mtz-file-download-behavior)
# \
A behavior for downloading streamed files or creating files based on available data.
## Install the Polymer-CLI
First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) installed. Then run `polymer serve` to serve your element locally.
## Viewing Your Element
```
$ polymer serve
```
## Running Tests
```
$ polymer test
```
Your application is already set up to be tested via [web-component-tester](https://github.com/Polymer/web-component-tester). Run `polymer test` to run your application's test suite locally.