编译运行
git clone https://github.com/MyEtherWallet/MyEtherWallet.git
cd MyEtherWallet/
npm i
npm run start:ci
外网访问
devServer: {
https: true, // 是否默认https
host: 'localhost', // 访问地址
hotOnly: true,
port: 8080, //端口
headers: defaultConfigs.headers // 删掉
},
版权属于:区块链中文技术社区 / 转载原创者
本文链接:https://bcskill.com/index.php/archives/1065.html
相关技术文章仅限于相关区块链底层技术研究,禁止用于非法用途,后果自负!本站严格遵守一切相关法律政策!