Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

bianjieai/iobscan-ibc-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iobscan-ibc-explorer

IBC Explorer Frontend

development

step1 安装依赖

 	pnpm install

step2 服务启动, 后端服务地址可修改.env.development

  pnpm dev

step3 preview

	pnpm preview

qa

step1 安装依赖

 	pnpm install

step2 build

  pnpm build:qa

stage

step1 安装依赖

 	pnpm install

step2 build

  pnpm build:stage

production

step1 安装依赖

 	pnpm install

step2 build

  pnpm build:prod