storage-form
Custom element to use <form> as storages such as localStorage, chrome.storage.
file-local-stroage
```js
var fls= require('file-local-stroage').create({
// 存储的目录
stroageDir: 'file-local-stroage-cache',
// 存储的目录下的空间,因为可以有多个空间,可以理解为二级目录
namespace: 'default',
// 是否自动转换json数据,开启会自动对值进行JSON.stringify处理
autoJson: true,
//
storage-live
A simple project for resolve sessionStroage and localStroage problem