npm install
dev-server
for the project:dioxus serve
or package this project:
dioxus build --release
.project
- public # save the assets you want include in your project.
- src # put your code
- - utils # save some public function
- - components # save some custom components