Aucune description

875428575@qq.com 9484be3044 新增magictoken il y a 2 ans
public f381c00f89 logo,banner il y a 3 ans
src 9484be3044 新增magictoken il y a 2 ans
.dockerignore b06a71cf03 测试nginx il y a 2 ans
.env.development 9484be3044 新增magictoken il y a 2 ans
.env.production 539d3eb195 服务器配置OK il y a 3 ans
.gitignore b06a71cf03 测试nginx il y a 2 ans
Dockerfile b06a71cf03 测试nginx il y a 2 ans
README.md 5db502f53c 更新了readme il y a 2 ans
babel.config.js 0334b75538 初始化完成 il y a 3 ans
nginx.conf b06a71cf03 测试nginx il y a 2 ans
package-lock.json 7af6cefa39 2023 更新 il y a 2 ans
package.json 2489b6bd8d 为了防止 公用组件 不同页面有不同的逻辑,所以各自复制了一份组建,在进行调整。 il y a 2 ans
vue.config.js 9484be3044 新增magictoken il y a 2 ans

README.md

开发环境

npm install
npm run serve

生产环境

第一步:移除之前的环境

docker container stop eth-app &&
docker container rm eth-app &&
docker image rm eth-app

第二步:运行现有版本

git pull origin blockchain &&
git checkout blockchain &&
docker build -t eth-app . && 
docker run -itd --name eth-app -p 80:80 eth-app

之后要查看运行

docker exec -it eth-app /bin/bash