Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 665 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 665 Bytes

devfest2014

2014 GDG Beijing DevFest Website.

This is a polymer web app, it follow Google material design and responsive web design rule.

At the project root directory, use bower install command to install dependences. About bower see http://bower.io/ .

When you deploy polymer project to product environment, you could use vulcanize tool to merge dependent files into one file, eg: vulcanize -o build.html index.html --inline .

如何让这堆代码变成可以浏览的网站?