https://github.com/michael-silva/yo-file-uploader
A polymer 2.0 element material file uploader with drag and drop
https://github.com/michael-silva/yo-file-uploader
file-uploader polymer2 polymer2-element
Last synced: 5 months ago
JSON representation
A polymer 2.0 element material file uploader with drag and drop
- Host: GitHub
- URL: https://github.com/michael-silva/yo-file-uploader
- Owner: michael-silva
- Created: 2018-02-07T10:29:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-15T14:26:02.000Z (over 7 years ago)
- Last Synced: 2023-07-07T19:39:44.720Z (almost 3 years ago)
- Topics: file-uploader, polymer2, polymer2-element
- Language: HTML
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# \
[](https://www.webcomponents.org/element/michael-silva/yo-file-uploader)
A material file uploader with drag and drop
## Example of usage ##
```html
```
## For developers ##
### 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.