Skip to content
/ Dioxus-v0.6 Public template

Dioxus v0.6 new projects custom template

License

Notifications You must be signed in to change notification settings

rushmi0/Dioxus-v0.6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dioxus v0.6 + Tailwindcss

Easily development cross-platform app with this Dioxus custom template.


Development Setup

  1. TailwindCSS Integration
   npx tailwindcss -i ./input.css -o ./public/tailwind.css
  1. Install the Dioxus CLI

To get started with Dioxus, install the CLI using the following command:

   cargo install dioxus-cli

Start the Dioxus development server with live reloading
by default, the Dioxus development server runs for the web platform

   dx serve

run the development server for a different platform, specify the platform explicitly:

   dx serve --platform desktop

Build and Clean

  1. Build the project for production:
   dx bundle --platform web
  1. Clean the project Remove all target dir:
   dx clean

Resources Dependencies

Before starting, ensure you have the following installed on your system:

About

Dioxus v0.6 new projects custom template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published