摘要: 安装淘宝npm(cnpm) 1.安装cnpm (1)输入以下命令 1 npm install -g cnpm --registry=https://registry.npm.taobao.org 1 npm install -g cnpm --registry=https://registry.np 阅读全文
posted @ 2018-06-14 15:51 boyanh 阅读(181) 评论(0) 推荐(0) 编辑
摘要: https://github.com/Tencent/weui-wxss 用微信web开发者工具打开dist目录(请注意,是dist目录,不是整个项目) 阅读全文
posted @ 2018-06-14 15:01 boyanh 阅读(903) 评论(0) 推荐(0) 编辑
摘要: linux对大小写敏感 在window下可以正常运行的代码,在linux环境下报错,找不到文件,因为window下对大小写不敏感,linux对大小写敏感 linux环境下node升级 1.安装nvm 2.安装完后,如果是用xshell连远程主机的话,先重连一次,不然会发现提示找不到nvm命令 3.n 阅读全文
posted @ 2018-06-14 09:11 boyanh 阅读(2873) 评论(0) 推荐(0) 编辑
摘要: 上面的代码view不能监测到selected的变化 解决方法 VUE官方解释 检测变化的注意事项 受现代 JavaScript 的限制 (以及废弃 Object.observe),Vue 不能检测到对象属性的添加或删除。由于 Vue 会在初始化实例时对属性执行 getter/setter 转化过程, 阅读全文
posted @ 2018-06-14 07:07 boyanh 阅读(2835) 评论(0) 推荐(0) 编辑