Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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