English | 简体中文
nodejs ≥ 12 and npm ≥ 6 are required.
npm install -g @visualdl/cli
# or
yarn global add @visualdl/cliThen you can start VisualDL server by
visualdl start --backend="http://127.0.0.1:8040"To stop VisualDL server, just type
visualdl stopFor more usage information, please type
visualdl -hnpm install && npm run bootstrap
# or
yarnNotice: if you have yarn installed globally, you don't need to bootstrap because yarn workspace will do it for you.
core server netron cli wasm mock
nodejs ≥ 14 and npm ≥ 6 are required.
We only support building on Linux/MacOS now.
Run:
yarn buildYou will get server.tar.gz and serverless.tar.gz in output directory.
nodejs ≥ 12 and npm ≥ 6 are required.
Extract server.tar.gz to wherever you want.
cd into the directory and run:
npm install --productionThen use:
npm startto start a production server.
Extract serverless.tar.gz to your webroot.
Just start your web server and enjoy.
VisualDL supports the latest version of Google Chrome and Mozilla Firefox. Microsoft Edge and Apple Safari may work too but are not tested.
This project is based on following projects:
PeterPanZH | Niandalu |