
前言
最近在研究一款触屏手势库Hammer.js,发现在实现各种效果的时候,需要获取元素各种宽高的值。我本来就对这些方法有些混乱,而且还要边学Hammer.js边查该用什么方法获取值,这简直不能忍。于是,特意写篇博客来总结一下。
more >>
清风自来,浅笑安然
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent:
meta: false
pages: false
posts:
title: true
date: true
path: true
text: false
raw: false
content: false
slug: false
updated: false
comments: false
link: false
permalink: false
excerpt: false
categories: false
tags: true