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.
- Host: GitHub
- URL: https://github.com/verndale/core
- Owner: verndale
- License: mit
- Created: 2019-08-02T16:07:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-16T04:44:59.000Z (about 2 years ago)
- Last Synced: 2025-09-30T15:49:55.116Z (6 months ago)
- Topics: chunking, code-splitting, dynamic-import, es6, import, javascript-helpers, webpack
- Language: TypeScript
- Homepage: https://verndale.github.io/core/
- Size: 2.69 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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