7 个版本

0.1.7 2024 年 7 月 15 日
0.1.6 2024 年 3 月 8 日

#1773 in 网页编程

Download history 201/week @ 2024-07-15 32/week @ 2024-07-29

每月 233 次下载

MIT 许可证

60KB
240

概述

此仓库不打算被 git 克隆.

此仓库由 dx create 在启动新项目时使用。因此,通过运行 dx create,您实际上正在运行此代码。

开发

  1. 安装 npm: http://docs.npmjs.net.cn/downloading-and-installing-node-js-and-npm
  2. 安装 Tailwind CSS: http://tailwind.org.cn/docs/installation
  3. 在项目的根目录下运行以下命令以启动 Tailwind CSS 编译器:
npx tailwindcss -i ./input.css -o ./public/tailwind.css --watch

在项目的根目录下运行以下命令以启动 Dioxus 开发服务器:

dx serve --hot-reload

依赖项

~17–26MB
~406K SLoC