Skip to content

Commit b3f156a

Browse files
committed
readme
1 parent 9fd0aaf commit b3f156a

File tree

1 file changed

+1
-38
lines changed

1 file changed

+1
-38
lines changed

README.md

Lines changed: 1 addition & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1 @@
1-
# \<file-uploader\>
2-
3-
Element for multiple file upload
4-
5-
## Install the Polymer-CLI
6-
7-
First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) installed. Then run `polymer serve` to serve your application locally.
8-
9-
## Viewing Your Application
10-
11-
```
12-
$ polymer serve
13-
```
14-
15-
## Building Your Application
16-
17-
```
18-
$ polymer build
19-
```
20-
21-
This will create a `build/` folder with `bundled/` and `unbundled/` sub-folders
22-
containing a bundled (Vulcanized) and unbundled builds, both run through HTML,
23-
CSS, and JS optimizers.
24-
25-
You can serve the built versions by giving `polymer serve` a folder to serve
26-
from:
27-
28-
```
29-
$ polymer serve build/bundled
30-
```
31-
32-
## Running Tests
33-
34-
```
35-
$ polymer test
36-
```
37-
38-
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.
1+
# file-uploader

0 commit comments

Comments
 (0)