Created
September 11, 2015 12:27
-
-
Save ShockiTV/08b917581a6600dacb62 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Roberts-MacBook-Pro:polycordova shock$ cat polycordova.html | |
<head> | |
<title>polycordova</title> | |
<script src="bower_components/webcomponentsjs/webcomponents.min.js"></script> | |
<link rel="import" href="bower_components/paper-checkbox/paper-checkbox.html"> | |
</head> | |
<body> | |
<paper-checkbox></paper-checkbox> | |
<h1>Welcome to Meteor!</h1> | |
</body> | |
Roberts-MacBook-Pro:polycordova shock$ ls public | |
bower.json bower_components clone imports.html mkdir | |
Roberts-MacBook-Pro:polycordova shock$ ls public/bower_components/ | |
core-a11y-keys core-icons core-meta google-map paper-checkbox polymer | |
core-component-page core-iconset font-roboto iron-ajax paper-radio-button promise-polyfill | |
core-icon core-iconset-svg google-apis iron-jsonp-library paper-ripple webcomponentsjs | |
Roberts-MacBook-Pro:polycordova shock$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment