etcd-manage-ui icon indicating copy to clipboard operation
etcd-manage-ui copied to clipboard

How to build this with npm

Open iamdempa opened this issue 3 years ago • 1 comments

Hi,

Is it possible to run this locally with npm without using helm? What are the commands for that?

iamdempa avatar Nov 14 '20 11:11 iamdempa

This project relies on https://github.com/etcd-manage/etcd-manage-server And the current running mode is to package the front-end code into binary. If you want to run it locally, you need a mysql, pour the latest SQL file of etcd manage server, and compile etcd manage server.

I'll rewrite it later README.md File, provide local construction and packaging related teaching materials, work is busy recently, thank you for your attention

这个项目依赖https://github.com/etcd-manage/etcd-manage-server,并且当前运行模式是将前端代码打包到二进制中,如果想在本地运行它,需要一个mysql,倒入etcd-manage-server最新的sql文件,并且需要编译etcd-manage-server。

稍晚些时候我重写编写一下README.md文件,提供本地构建和打包相关教材,最近工作较忙,谢谢关注

shiguanghuxian avatar Nov 17 '20 12:11 shiguanghuxian