1 个不稳定版本
0.1.0 | 2024年4月25日 |
---|
#7 在 #dev-server
37KB
181 行
开发
- 安装 npm: https://docs.npmjs.net.cn/downloading-and-installing-node-js-and-npm
- 安装 tailwind css cli: https://tailwind.org.cn/docs/installation
- 在项目根目录下运行以下命令以启动 tailwind CSS 编译器
npx tailwindcss -i ./input.css -o ./public/tailwind.css --watch
在项目根目录下运行以下命令以启动 Dioxus 开发服务器
dx serve --hot-reload --platform desktop
依赖项
~23–63MB
~1M SLoC