Skip to content

Commit d1ec1f3

Browse files
authored
copy polymer example from vercel/vercel (#1024)
1 parent 76ab21c commit d1ec1f3

26 files changed

+10303
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
build/
2+
node_modules/
3+
.env
4+
.env.build
5+
.vercel
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
README.md
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
![Polymer Logo](https://github.com/vercel/vercel/blob/main/packages/frameworks/logos/polymer.svg)
2+
3+
# Polymer Example
4+
5+
This directory is a brief example of a [Polymer](https://www.polymer-project.org/) app that can be deployed to Vercel with zero configuration.
6+
7+
## Deploy Your Own
8+
9+
Deploy your own Polymer project with Vercel.
10+
11+
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/examples/tree/main/framework-boilerplates/polymer&template=polymer)
12+
13+
_Live Example: https://polymer-template.vercel.app_
14+
15+
### How We Created This Example
16+
17+
To get started with Polymer deployed with Vercel, you can use the [Polymer CLI](https://polymer-library.polymer-project.org/3.0/docs/tools/polymer-cli) to initialize the project:
18+
19+
```shell
20+
$ polymer init
21+
```
Binary file not shown.
4.62 KB
Loading
6.38 KB
Loading
1.65 KB
Loading
20.4 KB
Loading
2.36 KB
Loading
3.18 KB
Loading

0 commit comments

Comments
 (0)