this.listen(this.$.myButton, 'tap', 'onTap');
this.unlisten(this.$.myButton, 'tap', 'onTap');
和make
之间的区别是什么?我知道dist是" target",但是默认使用什么目标,dist目标通常与默认目标有什么不同?
答案 0 :(得分:2)
“dist”用于为此程序创建分发tar文件。 有关详细信息,请参阅https://www.gnu.org/prep/standards/html_node/Standard-Targets.html。