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

https://github.com/flcwl/unext

A modern web utils collection using esnext.
https://github.com/flcwl/unext

esnext javascript modules unext utils

Last synced: 8 months ago
JSON representation

A modern web utils collection using esnext.

Awesome Lists containing this project

README

          

# Unext

[![Build Status](https://travis-ci.org/Flcwl/unext.svg?branch=master)](https://travis-ci.org/github/Flcwl/unext)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Flcwl/unext/blob/master/LICENSE)
[![npm version](https://img.shields.io/npm/v/unext.svg?style=flat)](https://www.npmjs.com/package/unext)

> A modern web utils collection using esnext.

## Getting Started

### Installation

```console
npm install --save unext
```

### Documentation

```js
import Scroll from "unext/dom/scroll";
```

## Tests

You can find all cases in `files:/test/*.spec.js`, And testing Using below script.

```console
npm run test
```