cd app
yarn
yarn serve
yarn dev
cd app
yarn yarn build
cd ../
yarn
yarn app
cmd下配置
set http_proxy=http://127.0.0.1:xxx
set http_proxys=http://127.0.0.1:xxx
重置
set http_proxy=
set http_proxys=
gitbash/shell下配置
export http_proxy=http://127.0.0.1:xxx
export https_proxys=http://127.0.0.1:xxx
重置
export http_proxy=
export http_proxys=