Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ethercap/bekit


https://github.com/ethercap/bekit

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Introduction
Bekit is a Front-End kit package. Its purpose is to solve the common problems in our development and to make work efficient. It contain functions such as operating url, userAgent judgement, localStorage and so on.

# Install
```bash
npm install bekit -D
```

# Usage
```javascript
import * as bekit from 'bekit';
const { Url, Ua, Dom } = bekit.helper;
```

## Documentation
[English](https://luzimingx.github.io/bekit/)

[中文](https://luzimingx.github.io/bekit/zh/)