Commit graph

364 commits

Author SHA1 Message Date
MeiHui FAN
c2c4989483 Why clean up the 'dist' directory when building for desktop?
This can affect things like extra side generating css files.
2022-10-24 19:48:26 +08:00
YuKun Liu
6ae68a93a9
Merge pull request #72 from crisqyxw/master
Update doc to avoid misunderstanding
2022-10-21 16:12:59 -07:00
crisqyxw
90e7463bb3 Update doc to avoid misunderstanding 2022-10-21 12:17:43 +08:00
YuKun Liu
39e38917d6 feat: add api function 2022-10-12 16:37:26 -07:00
YuKun Liu
0fe8e4bcbd fix: plugin init problem 2022-10-12 11:47:05 -07:00
YuKun Liu
96ebe74d12 feat: custom plugin config support 2022-10-10 22:49:52 -07:00
YuKun Liu
e1497acef4 feat: types 2022-10-10 22:38:30 -07:00
YuKun Liu
cf9a9513df feat: commit code 2022-10-08 21:28:06 -07:00
YuKun Liu
f238e43bff feat: commit code 2022-10-06 17:25:57 -07:00
YuKun Liu
5104f767b3 Merge branch 'master' of https://github.com/DioxusLabs/cli 2022-10-03 09:37:26 -07:00
YuKun Liu
b3dcebcc50 feat: commit code 2022-10-03 08:47:58 -07:00
YuKun Liu
2d158c9afc
Merge pull request #65 from Demonthos/templates
update hot reloading to work with templates
2022-10-03 08:44:13 -07:00
YuKun Liu
3fe3598f51
Merge pull request #70 from xTeKc/readme
update Readme
2022-10-02 22:35:40 -07:00
YuKun Liu
4960b05b7a
Merge pull request #71 from xTeKc/cli-mod
update: match comments to readme
2022-10-02 22:34:17 -07:00
Demonthos
46d46b139a
Merge branch 'master' into templates 2022-10-02 07:12:14 -05:00
xTeKc
348180ec40
Merge branch 'DioxusLabs:master' into cli-mod 2022-10-02 02:35:00 -04:00
xTeKc
3bee0308fc update to match readme 2022-10-02 02:34:22 -04:00
xTeKc
64a5329fda
Merge branch 'DioxusLabs:master' into readme 2022-10-02 02:29:17 -04:00
xTeKc
555680df99 update: improve readability 2022-10-02 02:28:25 -04:00
YuKun Liu
62a2bb551e
Merge pull request #69 from xTeKc/master
update build.yml: add new target
2022-10-01 22:16:07 -07:00
xTeKc
99a7f68a28 update build.yml: add new target 2022-10-02 01:12:34 -04:00
YuKun Liu
77393b273e feat: commit plugin error handle 2022-10-01 15:17:09 -07:00
Jon Kelley
4dbb4e1e4b
Merge pull request #68 from DioxusLabs/mrxiaozhuox-patch-2
Fix Docs CI to not deploy on any pull request
2022-09-30 13:46:30 -07:00
YuKun Liu
a81f0c6810
Update docs.yml 2022-09-28 07:59:15 -07:00
YuKun Liu
762093094f feat: commit code 2022-09-27 20:34:32 -07:00
YuKun Liu
52e8d9f357
Merge branch 'master' into master 2022-09-25 13:55:46 +08:00
YuKun Liu
6ad1333a94 feat: commit code 2022-09-24 22:50:13 -07:00
YuKun Liu
6004cfdd40 feat: add some command 2022-09-23 16:10:17 -07:00
YuKun Liu
0c7d921853
Merge pull request #66 from Oyami-Srk/windows-fix
Fix problems on windows and jetbrains
2022-09-24 03:33:20 +08:00
Shiroko
a0ffb3bb65 Fix jetbrains saving tmp file to tilde suffix 2022-09-24 03:25:01 +08:00
Shiroko
dddaec20fc Fix program not found by fallback to ANSI-escape 2022-09-24 01:45:40 +08:00
YuKun Liu
9ee572ad26 docs: add path docs 2022-09-23 09:34:12 -07:00
YuKun Liu
e2852a60d1 feat: commit code 2022-09-22 17:03:15 -07:00
YuKun Liu
b59e41eaee fix: move is_dir & is_file to path 2022-09-22 17:01:38 -07:00
YuKun Liu
1c59c902a6 docs: commit docs 2022-09-22 11:05:37 -07:00
YuKun Liu
d47319526c docs: commit new document 2022-09-22 08:32:57 -07:00
YuKun Liu
f099042726 docs: commit new document 2022-09-22 00:24:07 -07:00
YuKun Liu
20c29ed042 feat: add serve-shutdown support 2022-09-21 22:57:26 -07:00
YuKun Liu
f47d2d3d30 feat: empty manager check 2022-09-21 22:36:12 -07:00
YuKun Liu
37ef7c3ff9 feat: support some event 2022-09-21 16:56:36 -07:00
YuKun Liu
59b8a84530 feat: commit code 2022-08-30 21:12:57 -07:00
YuKun Liu
9f20337e5e feat: rebuild supported 2022-08-27 21:56:31 -07:00
YuKun Liu
1aaedab752 Merge branch 'master' of https://github.com/mrxiaozhuox/dioxus-cli 2022-08-27 10:43:17 -07:00
YuKun Liu
603aaa1c09 feat: plugin serve support 2022-08-27 10:41:15 -07:00
YuKun Liu
e6650dee2c
Merge pull request #63 from trevyn/exit-code
Return non-zero exit code on error
2022-08-27 08:50:07 -07:00
trevyn
9152e00fab Return non-zero exit code on error 2022-08-27 11:18:44 +04:00
Evan Almloff
7b9a321356 update to work with templates 2022-08-26 16:28:46 -05:00
mrxiaozhuox
6cce4b9f4d feat: commit code 2022-08-26 10:27:06 -07:00
mrxiaozhuox
062d0eab47 feat: commit serve info 2022-08-23 15:41:39 -07:00
mrxiaozhuox
6c1374edb3 feat: commit code 2022-08-22 11:00:31 -07:00