项目实践汇总

1.Cordova打包步骤

文档链接

2.[Vue]"TypeError: Cannot read property '0' of undefined"的解决方法

文档链接

3.Vue监听单个组件滚动

文档链接

4.滚动到某个特定元素 :scrollIntoView()

文档链接

5.阻止方法重复触发的方案

文档链接

6.免费天气API

新浪的
http://php.weather.sina.com.cn/xml.php?city=%B9%E3%D6%DD&password=DJOYnieT8234jlsK&day=1
中华万年历的(格式清晰,建议使用)
http://wthrcdn.etouch.cn/weather_mini?city=北京

7.解决操作Vuex后其他组件不同步更新问题

使用事件总线发送信息,接收者调用内置方法this.$forceUpdate

8.把能拆的全拆了!

9.git的使用

你可能感兴趣的:(项目实践汇总)