X Tutup
Skip to content

Latest commit

 

History

History

README.md

VisualDL


Build Status GitHub top language code style: prettier lerna License GitHub Contributors GitHub stars

VisualDL FrontEnd

English | 简体中文

Usage

nodejs ≥ 12 and npm ≥ 6 are required.

npm install -g @visualdl/cli
# or
yarn global add @visualdl/cli

Then you can start VisualDL server by

visualdl start --backend="http://127.0.0.1:8040"

To stop VisualDL server, just type

visualdl stop

For more usage information, please type

visualdl -h

Development

npm install && npm run bootstrap
# or
yarn

Notice: if you have yarn installed globally, you don't need to bootstrap because yarn workspace will do it for you.

Packages

core server netron cli wasm mock

Build & Deploy

nodejs ≥ 14 and npm ≥ 6 are required.

We only support building on Linux/MacOS now.

Run:

yarn build

You will get server.tar.gz and serverless.tar.gz in output directory.

Server deployment

nodejs ≥ 12 and npm ≥ 6 are required.

Extract server.tar.gz to wherever you want. cd into the directory and run:

npm install --production

Then use:

npm start

to start a production server.

Serverless deployment

Extract serverless.tar.gz to your webroot. Just start your web server and enjoy.

Browser Compatibility

VisualDL supports the latest version of Google Chrome and Mozilla Firefox. Microsoft Edge and Apple Safari may work too but are not tested.

Learn More

This project is based on following projects:

Author

PeterPanZH
PeterPanZH
Niandalu
Niandalu

License

Apache-2.0

X Tutup