2019.8.4总结

以前一直使用react, 上周使用了vue开发了一些单应用页面。最基础的掌握了vue的生命周期,双向绑定(跟react一模一样),v-model语法糖,各种后缀(.sync .prevent .stop),还有Vue抽象出来的很多公共的方法($emit,$nextTick),一些特殊的标签(transition,keep-alive)等等。

使用process.argv 来判断不同项目,不同主题色的判断。

字符变数字parseInt ;parseFloat;Number();~~undefined == 0

变整数 parseInt; | 0(ex:1.1 | 0);math.floor ;math.ceil

webpack :四个主要概念 input output loaders pluagin 其他概念:manifest runtime

猜你喜欢

转载自www.cnblogs.com/hight1/p/11297771.html