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

https://github.com/verndale/core

Collection of JavaScript helpers meant to be used for core development.
https://github.com/verndale/core

chunking code-splitting dynamic-import es6 import javascript-helpers webpack

Last synced: 5 days ago
JSON representation

Collection of JavaScript helpers meant to be used for core development.

Awesome Lists containing this project

README

          

# Core

> @verndale/core - JavaScript helpers for core development.

[![Build Status][build-image]][build-url]
[![npm][npm]][npm-url]
[![node][node]][node-url]
[![install size][size]][size-url]
[![MIT][mit-image]][mit-url]

## Install

Using npm:

```bash
npm i @verndale/core
```

Using yarn:

```bash
yarn add @verndale/core
```

## Documentation

See [documentation](https://verndale.github.io/core/) for usage and examples.

[build-image]: https://travis-ci.com/verndale/core.svg?branch=master
[build-url]: https://travis-ci.com/verndale/core
[mit-image]: https://img.shields.io/github/license/mashape/apistatus.svg
[mit-url]: https://github.com/verndale/core/blob/master/LICENSE
[npm]: https://img.shields.io/npm/v/@verndale/core.svg
[npm-url]: https://npmjs.com/package/@verndale/core
[node]: https://img.shields.io/node/v/@verndale/core.svg
[node-url]: https://nodejs.org
[size]: https://packagephobia.now.sh/badge?p=@verndale/core
[size-url]: https://packagephobia.now.sh/result?p=@verndale/core