Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cirolee/react-tailwindcss-tpl
开箱即用的react + tailwindcss项目模板
https://github.com/cirolee/react-tailwindcss-tpl
Last synced: about 1 month ago
JSON representation
开箱即用的react + tailwindcss项目模板
- Host: GitHub
- URL: https://github.com/cirolee/react-tailwindcss-tpl
- Owner: CiroLee
- License: mit
- Created: 2024-01-23T04:22:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-18T03:32:37.000Z (about 1 month ago)
- Last Synced: 2024-12-18T04:25:46.887Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 332 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## react-tailwindcss-template
## 开发
```
npm run dev
```## 构建
```
npm run build
```## 技术栈
| 名称 | 描述 | 链接 |
| ---------------- | -------------------------------- | ------------------------------- |
| react19 | 用于构建用户界面的 JavaScript 库 | https://zh-hans.reactjs.org/ |
| react-router(v7) | react 路由管理 | https://reactrouter.com |
| tailwindcss | 原子css框架 | https://tailwindcss.com/ |
| tailwind-merge | tailwindcss无冲突合并工具 | https://tailwindcss.com/ |
| typescript | javascript 扩展 | https://www.typescriptlang.org/ |
| clsx | 构建className更加轻巧的工具 | https://github.com/lukeed/clsx |
| vite | 前端构建工具 | https://cn.vitejs.dev/ |