Skip to content

akile-network/akile_monitor_fe

Repository files navigation

Akile Monitor Fe

预览

Akile Monitor 前端开源项目,各位可以自行去 Github Actions 下载最近的构建后的文件

新增加Github Actions并添加修改后的config.json文件,各位可以去自行下载,并修改config.json填写自己的后端API和WS地址

安装

git clone https://github.com/akile-network/akile_monitor_fe.git

cd akile_monitor_fe

npm install

配置文件

构建后config.json中进行修改

打包

npm run build

开发

npm run dev