1.0.1 • Published 5 years ago

pro-d3-building v1.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

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