Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cirolee/react-ts-tpl
基于vite的react项目模板
https://github.com/cirolee/react-ts-tpl
Last synced: 3 days ago
JSON representation
基于vite的react项目模板
- Host: GitHub
- URL: https://github.com/cirolee/react-ts-tpl
- Owner: CiroLee
- License: mit
- Created: 2022-05-27T06:25:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-23T03:51:07.000Z (10 months ago)
- Last Synced: 2024-10-11T10:51:56.502Z (26 days ago)
- Language: TypeScript
- Size: 379 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## react-ts
## 开发
```
npm run dev
```## 构建
```
npm run build
```## 技术栈
| 名称 | 描述 | 链接 |
| ---------------- | -------------------------------- | --------------------------------- |
| react18 | 用于构建用户界面的 JavaScript 库 | https://zh-hans.reactjs.org/ |
| react-router(v6) | react 路由管理 | https://reactrouter.com |
| zuztand | react 状态管理 | https://github.com/pmndrs/zustand |
| typescript | javascript 扩展 | https://www.typescriptlang.org/ |
| vite | 前端构建工具 | https://cn.vitejs.dev/ |