npm install bterm -g
# First
bTerm # default prot 8888
# Or custom port
bTerm -p 8080
bTerm --port 8080
# Or open with browser
bTerm -o
bTerm --open
# Then
open http://localhost:8888
你还要以在你需要的地方使用 iframe 引用
<iframe src="http://locawhost:8888"></iframe>