This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@pearson-components/features-list

2.2.0 • Public • Published

features-list Build Status Coverage Status

Note: This is still in experimental stage.

How to Consume in an Application

Assumption: You have Node v4+ and npm 2+ installed.

> npm i --save @pearson-components/features-list

Script Include (Preferred)

The javascript bundle is available in /node_modules/@pearson-components/features-list/build/dist.features-list.js.

Add the following script include to your web page:

	<script src="path/to/dist.features-list.js"></script>
var features = new $featureComponent().init(options, data, element);

CommonJS

This method requires a web bundler, such as webpack or browserify.

var features = require('@pearson-components/features-list');

How to Develop

Toolchain

Recommendation: If you are using different node versions on your machine, use nvm to manage them.

Demo

The following npm script will build the component in memory, fire up a webpack dev server at localhost:8080/demo, and hot reload any saved changes to the source without having to refresh the browser.

npm run dev

Test

The following npm script will execute any unit tests.

npm test

Licence

Copyright 2015 Pearson Education. This software is published under the MIT licence.

Package Sidebar

Install

npm i @pearson-components/features-list

Weekly Downloads

1

Version

2.2.0

License

none

Unpacked Size

310 kB

Total Files

15

Last publish

Collaborators

  • pearson-ux