Sin descripción

会飞的电脑 7af6cefa39 2023 更新 hace 2 años
public f381c00f89 logo,banner hace 3 años
src 7af6cefa39 2023 更新 hace 2 años
.dockerignore b06a71cf03 测试nginx hace 2 años
.env.development 5e9002c6cc 本地配置OK,还差服务器nginx配置 hace 3 años
.env.production 539d3eb195 服务器配置OK hace 3 años
.gitignore b06a71cf03 测试nginx hace 2 años
Dockerfile b06a71cf03 测试nginx hace 2 años
README.md 772b57c751 部署方式 hace 2 años
babel.config.js 0334b75538 初始化完成 hace 3 años
nginx.conf b06a71cf03 测试nginx hace 2 años
package-lock.json 7af6cefa39 2023 更新 hace 2 años
package.json 7af6cefa39 2023 更新 hace 2 años
vue.config.js 58b6047b10 修复前端decimals hace 2 años

README.md

eth_viewer_webapp

开发环境

npm install
npm run serve

生产环境

docker build -t eth-app . && docker run -itd --name eth-app -p 80:80 eth-app

之后要查看运行

docker exec -it eth-app /bin/bash