feat: switch Dioxus to fullstack, add a form for creating a project

This commit is contained in:
2024-08-17 00:30:17 +02:00
parent 283b3965db
commit 57705de44d
13 changed files with 944 additions and 50 deletions

View File

@ -5,7 +5,7 @@ name = "todo-baggins"
# Dioxus App Default Platform
# web, desktop, fullstack
default_platform = "web"
default_platform = "fullstack"
# `build` & `serve` dist path
out_dir = "dist"