html - core-scaffold element in Polymer 1.0 -
where has core-scaffold element gone in polymer 1.0? expecting find iron element same, glance @ documentation proved me wrong. element useful set layout, there alternatives?
in 1.0 we're using combination of <paper-drawer-panel>
, <paper-toolbar>
, <paper-header-panel>
, <paper-toolbar>
.
in 1.0 polymer starter kit (github version) scaffolding (or @ least started).
it's super simple do.
just install npm
, yeoman
@ terminal. @ command line, hit:
$ mkdir myproject $ cd myproject $ yo polymer
then give few minutes run , scaffolds out nicely you. if want make custom element, do:
$ yo polymer:seed
and you're set.
bonus update
recently, there amazing video posted rob dodson of polymer team how take project "end-to-end" using polymer! check out here! https://www.youtube.com/watch?v=1f_tj_jnsta
Comments
Post a Comment