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: 3 days 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-30T09:11:25.000Z (about 1 month ago)
- Last Synced: 2024-10-11T10:51:47.714Z (26 days ago)
- Language: TypeScript
- Homepage:
- Size: 276 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
```## 技术栈
| 名称 | 描述 | 链接 |
| ---------------- | -------------------------------- | ------------------------------- |
| react18 | 用于构建用户界面的 JavaScript 库 | https://zh-hans.reactjs.org/ |
| react-router(v6) | 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/ |