存储js
在浏览器中存储数据
安装
npm install timeone-group/storage-js
使用
import StorageJS from 'timeone-group/storage-js' ;
const test = new StorageJS ( ) ;
test . save ( { id : 'uuid' , test : 'ok' } ) ;
test . find ( 'uuid' ) ;
test . delete ( 'uuid' )
开发
docker-