pro-d3-building
v1.0.1
Published
Demo package for the package building chapter on Pro D3.js
Downloads
2
Readme
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:
- Clone the repository
- Access it with
cd pro-d3-building
and - Install the dependencies by running
yarn
ornpm 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