visualdl v2.0.0-beta.26
VisualDL FrontEnd
English | 简体中文
🚧UNDER DEVELOPMENT🚧
🚧SOME FEATURE MAY NOT WORK PROPERLY🚧
🚧PULL REQUESTS WELCOMED🚧
Usage
nodejs ≥ 10 and npm ≥ 6 are required.
npm install -g visualdl
# or
yarn global add visualdlThen 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 infomation, please type
visualdl -hDevelopment
First, install all dependencies:
npm install
# or
yarnThen you can start the development server:
yarn devNow open http://localhost:8999 with your browser.
You can change the port with PORT environment variable:
PORT=3000 yarn devWebAssembly
WebAssembly is DISABLED by default under development environment.
If you want to develop wasm features, you must have Rust and Cargo installed.
Using rustup to install them.
Then install wasm-pack to build rust code to wasm binaries.
When environment is ready, start the development server with following command:
yarn dev:wasmBuild & Deploy
./scripts/build.sh
yarn start
# we are working on deployment now, please waitBrowser 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
License
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago