2.0.1-4 • Published 3 years ago

protvista-prokino v2.0.1-4

Weekly downloads
-
License
Apache 2.0
Repository
-
Last release
3 years ago

ProKinO PDB

ProKinO's fork ofPDB ProtVista Viewer

Changes

  1. Updated packages:
    • Aall, except protvista, and d3 to the latest version
    • d3 to to v5 (Currently, protvista does not support version >=6 )
    • Planning to update protvidta packages
  2. Updated webpack

Install

From (npm)https://npmjs.com/package/protvista-prokino

Refer PDBe ProtVista Wiki for detailed documentation and examples

Building & Running locally

npm install
npm run build
npm run serve

Build automatically on file save:

npm run watch