mirror of
https://gitee.com/270580156/weiyu.git
synced 2026-05-15 11:47:54 +00:00
1.2 KiB
1.2 KiB
微语IM - 访客端
# "@chatui/core": "^2.4.2",
export http_proxy=http://127.0.0.1:10818
export https_proxy=http://127.0.0.1:10818
# 打包
yarn build
# 代码格式化 https://www.prettier.cn/docs/install.html
# yarn prettier . --write