Files
dioxus-tailwind/README.md
2023-04-05 21:16:49 +02:00

358 B

dioxus-tailwind

Usage

Start a dev-server for the project:

dioxus serve

or package this project:

dioxus build --release

Project Structure

.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