1.0.0 • Published 2 years ago
widget-utils v1.0.0
Utilities for widget development 
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 replacementnpm run build
- produces production version under thedist
foldernpm 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
2 years ago
0.5.0
4 years ago
0.4.0
6 years ago
0.3.2
6 years ago
0.3.0
7 years ago
0.2.0
7 years ago
0.1.1
8 years ago
0.1.0
8 years ago
0.0.14
8 years ago
0.0.13
9 years ago
0.0.12
9 years ago
0.0.11
9 years ago
0.0.10
9 years ago
0.0.9
9 years ago
0.0.8
9 years ago
0.0.7
9 years ago
0.0.6
9 years ago
0.0.5
9 years ago
0.0.4
9 years ago
0.0.3
9 years ago
0.0.2
9 years ago
0.0.1
9 years ago