Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.26 KB

README.md

File metadata and controls

52 lines (38 loc) · 1.26 KB

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: