This website works better with JavaScript
首頁
探索
說明
登入
lenn
/
dioxus-mirror
镜像来自
https://github.com/DioxusLabs/dioxus.git
關注
1
讚好
0
複刻
0
檔案
問題管理
0
Wiki
目錄樹:
6c323e9fc5
分支列表
標籤列表
blitz
cli-renderer-flag
hook-docs
jk/dep-info-parser
jk/fix-versioning
jk/hotreload-android-assets
jk/native-canvas
jk/new-versioning-approach
jk/self-hosted
jk/small-nits
jk/speedier-cache
jk/speedy-2
jk/telemetry
jk/write-mutations-bool
macos_pos
main
native
v0.4
v0.5
v0.6
v0.7.0-alpha.2
v0.7.0-alpha.1
v0.7.0-alpha.0
v0.6-last
v0.6.3
v0.6.2
v0.6.1
v0.6.0
v0.6.0-rc.0
v0.6.0-alpha.5
v0.6.0-alpha.4
v0.6.0-alpha.3
v0.6.0-alpha.2
v0.6.0-alpha.1
v0.6.0-alpha.0
v0.5.7
v0.5.6
v0.5.5
v0.5.2
v0.5.1
v0.5.0
v0.5.0-alpha.2
v0.5.0-alpha.0
v0.4.3
v0.4.2
v0.4.1
v0.4.0
v0.3.2
v0.2.4
v0.2.0
v0.1.7
v0.1.0
dioxus-mirror
/
docs
/
guide
/
src
/
publishing
/
web.md
web.md
395 B
文件歷史
原始文件
Publishing with Github Pages
To build our app and publish it to Github:
Make sure GitHub Pages is set up for your repo
Build your app with
trunk build --release
(include
--public-url <repo-name>
to update asset prefixes if using a project site)
Move your generated HTML/CSS/JS/Wasm from
dist
into the folder configured for Github Pages
Add and commit with git
Push to GitHub