tensorspace-team / tensorspace

Neural network 3D visualization framework, build interactive and intuitive model in browsers, support pre-trained deep learning models from TensorFlow, Keras, TensorFlow.js
https://tensorspace.org
Apache License 2.0
5.07k stars 444 forks source link

Add yalc to devDependencies close#193 #197

Closed BoTime closed 5 years ago

BoTime commented 5 years ago

Public a node module to local folder: cd TENSORSPACE_FOLDER npm run publish-local

package will to installed to ~/.yalc/packages

Install node module from local foler: cd PROJECT_FOLDER npm install --save tensorspace