MyEtherWallet 本地部署
编译运行
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 // 删掉
},