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

https://github.com/pansyjs/react-starter

🚀 基于 Vite 和 React 开源开发模版
https://github.com/pansyjs/react-starter

ant-design cssinjs emotion react react-hooks template typescript vite

Last synced: 8 months ago
JSON representation

🚀 基于 Vite 和 React 开源开发模版

Awesome Lists containing this project

README

          


Vite React Starter

![deploy CI][deploy-ci]
[![license][license-img]][license-url]
[![issues][issues-img]][issues-url]
[![Percentage of issues still open][percentage-issues-img]][percentage-issues-url]

## 相关命令

```shell
# 安装依赖
pnpm i

# 启动项目
pnpm start

# 分析构建产物
pnpm analyze

# 查看本地构建产物
pnpm preview

# 类型检查
pnpm tsc
```

[license-img]: https://badgen.net/badge/license/MIT/blue
[license-url]: https://github.com/pansyjs/vite-react-starter/blob/main/LICENSE
[issues-img]: https://img.shields.io/github/issues/pansyjs/vite-react-starter
[issues-url]: https://github.com/pansyjs/vite-react-starter/issues
[percentage-issues-img]: http://isitmaintained.com/badge/open/pansyjs/vite-react-starter.svg
[percentage-issues-url]: http://isitmaintained.com/project/pansyjs/vite-react-starter 'Percentage of issues still open'
[deploy-ci]: https://github.com/pansyjs/vite-react-starter/workflows/Deploy/badge.svg