@milaboratories/miplots4
v1.0.46
Published
Data visualization library
Downloads
528
Readme
MiPlots 4
- TODO add description
Install
npm i @milaboratories/miplots4 --save
Build and install locally
npm run build && npm pack
This command will generate a .tgz file at the directory's root like this ./milaboratories-miplots4-1.0.0.tgz
In the directory of the project that you want to test the MiPlots package, just run an npm install
with the path to this .tgz file:
npm i /abs/path/to/the/file/milaboratory-miplots4-1.0.0.tgz --save