项目作者: bjerkins

项目描述 :
Is it Friday?
高级语言: HTML
项目地址: git://github.com/bjerkins/bm-friday.git
创建时间: 2017-02-23T18:54:58Z
项目社区:https://github.com/bjerkins/bm-friday

开源协议:MIT License

下载


Published on webcomponents.org

\

Is it Friday yet ?

A custom web component that will tell you whether or not it is Friday.

Check out the demo
and API docs

Developing

Install the Polymer-CLI

First, make sure you have the Polymer CLI installed. Then run polymer serve to serve your application locally.

Serving

  1. $ polymer serve

Building it

  1. $ polymer build

This will create a build/ folder with bundled/ and unbundled/ sub-folders
containing a bundled (Vulcanized) and unbundled builds, both run through HTML,
CSS, and JS optimizers.

You can serve the built versions by giving polymer serve a folder to serve
from:

  1. $ polymer serve build/bundled

Running Tests

  1. $ polymer serve

and navigate to test/