hh-localstorage

localStorag工具

Usage no npm install needed!

<script type="module">
  import hhLocalstorage from 'https://cdn.skypack.dev/hh-localstorage';
</script>

README

hh-localstorage

hh-localstorage NPM downloads Package Quality

  1. 为什么用?
  • 公共方法抽离
  • 使用方便
  • 模块化
  • 易于维护
  1. 如何使用? 在vue中可以使用,像挂载其他ui库一样。
import localStorage from 'hh-localstorage';
Vue.use(localStorage);
// 普通用法
console.log(window.$localStorage.get('name'));
// vue 用法
console.log(this.$localStorage.get('name'));
  1. 安装
  • npm

npm install hh-localstorage

  • yarn

yarn add hh-localstorage