VisualDL


Build Status GitHub top language code style: prettier GitHub code size in bytes License GitHub issues GitHub Contributors GitHub stars

# VisualDL 前端 [English](https://github.com/PaddlePaddle/VisualDL/blob/develop/frontend/README.md) | 简体中文 **🚧仍在建设中🚧** **🚧某些功能可能不能正常工作🚧** **🚧欢迎 Pull Request🚧** ## 开发 > 要求 nodejs ≥ 10 并且 npm ≥ 6 首先,安装所有依赖: ```bash npm install # 或者 yarn ``` 之后可以启动开发服务: ```bash yarn dev ``` 现在可以用浏览器打开 [http://localhost:8999](http://localhost:8999) 。 你可以使用 `PORT` 环境变量更改服务的端口: ```bash PORT=3000 yarn dev ``` ## 编译和部署 ```bash ./scripts/build.sh yarn start # 我们正在开发部署功能,请耐心等待 ``` ### 浏览器兼容性 VisualDL 支持最新版本的 [Google Chrome](https://www.google.com/chrome/) 和 [Mozilla Firefox](https://www.mozilla.org/) 。 [Microsoft Edge](https://www.microsoft.com/edge) 和 [Apple Safari](https://www.apple.com/safari/) 也许可以工作但是并未经过测试。 ## 了解更多 本项目基于以下项目: - [Next.js](https://nextjs.org/) - [React](https://reactjs.org/) - [ECharts](https://echarts.apache.org/) ## 作者
PeterPanZH
PeterPanZH
Niandalu
Niandalu
## 许可证 [Apache-2.0](https://github.com/PaddlePaddle/VisualDL/blob/develop/LICENSE)