Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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项目模板

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/ |