pro-d3-building

1.0.1 • Public • Published

Pro D3.js Building

This repository contains the code for the "Building our Library with Webpack and NPM" chapter on Pro D3.js for APress

Usage

Use this code to see an example of a basic D3.js-based charting library build pipeline setup. You can checkout the branches on the repository to follow through the steps on the book, or simply use this project as a jumpstart for your own library.

Installation

To install this code:

  1. Clone the repository
  2. Access it with cd pro-d3-building and
  3. Install the dependencies by running yarn or npm install with npm(https://npmjs.org/) installed

Then, run yarn dev to see the demos working, yarn test to run the tests and yarn build to create the production build of the library.

License

ISC

Readme

Keywords

Package Sidebar

Install

npm i pro-d3-building

Weekly Downloads

3

Version

1.0.1

License

ISC

Unpacked Size

795 kB

Total Files

11

Last publish

Collaborators

  • golodhros