涛哥最近研究webpack和vue也有一段时间了,写篇日志总结下:
使用淘宝的npm镜像安装
Shell
npm install -g cnpm --registry=https:/...
Sam
10个月前 (04-09) 315℃ 0评论
4喜欢
JS数据容量KB/MB/GB/TB单位之间转换
JavaScript
function bytesToSize(bytes) {
if (bytes === 0) retu...
Sam
5年前 (2015-09-05) 896℃ 0评论
0喜欢
jQuery修正中文逗号为英文逗号
JavaScript
//修正中文逗号为英文逗号
$('#word').blur(function(){
var word...
Sam
6年前 (2015-04-08) 843℃ 0评论
0喜欢