Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manufosela/configure-polymer2-starter-kit
Configure and change Polymer 2 Starter Kit
https://github.com/manufosela/configure-polymer2-starter-kit
Last synced: 18 days ago
JSON representation
Configure and change Polymer 2 Starter Kit
- Host: GitHub
- URL: https://github.com/manufosela/configure-polymer2-starter-kit
- Owner: manufosela
- License: mit
- Created: 2018-03-18T22:18:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-22T07:08:23.000Z (almost 7 years ago)
- Last Synced: 2024-11-10T19:24:18.097Z (3 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# configure-polymer2-starter-kit
Configure and change Polymer 2 Starter Kit# Requirements
```
$> npm install -g polymer-cli
```# Steps
```
$> mkdir My_Proyect
$> cd My_Proyect
$> polymer init
? Which starter template would you like to use?
polymer-2-element - A simple Polymer 2.0 element template
polymer-2-application - A simple Polymer 2.0 application
❯ polymer-2-starter-kit - A Polymer 2.x starter application template, with navigation and "PRPL pattern" loading
shop - The "Shop" Progressive Web App demo
```Edit config.app.json and fill like you need
```
$> node config-exe.js
```To test:
```
$> polymer serve
```