1.0.0 • Published 11 months ago

widget-utils v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
11 months ago

Utilities for widget development CircleCI

Getting started with Development

  • npm install to get the project's dependencies.
  • npm start to start development server with live-reload and hot module replacement
  • go to http://localhost:8080/index.html

Scripts

  • npm start - starts development server with live-reload and hot module replacement
  • npm run build - produces production version under the dist folder
  • npm run test - runs tests.
  • npm run test-ci - runs tests in CI mode.

Usage

// ES6 module

import * as utils from 'widget-utils';

// utils.isObject({});

Browser Support

IE9+, Mobile Safari 8+, all evergreens.

1.0.0

11 months ago

0.5.0

3 years ago

0.4.0

5 years ago

0.3.2

5 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago