一个用来存放一些个人资料的仓库,用flutter写web端提供网页访问。
https://shadowplusing.website/noteview/
- flutter 打包情况:已有一个github.io域名为https://shadowplusing.website/
- 这个仓库pages设置后是在https://shadowplusing.website/noteview/
- 需要注意noteview工程打包后的index.html里面的base href = '/'需要修改为 '/noteview/'
- 这样进入https://shadowplusing.website/noteview/才会正常获取该项目的index.html,不然按照'/'获取的是https://shadowplusing.website/下github.io的index.html
- base href = '/'视自己的网页情况,比如pages部署在docs文件下,但我们部署访问的网页依旧是'https://shadowplusing.website/noteview/',base还是'/noteview/'
flutter build web --web-renderer html --release
cd /d path
cd /d E:\Android Studio Projects\noteview set http_proxy=127.0.0.1:10809 set https_proxy=127.0.0.1:10809
注: 如果出错的话,cmd打开,不是idea的terminal,也不是power shell