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 开源开发模版
- Host: GitHub
- URL: https://github.com/pansyjs/react-starter
- Owner: pansyjs
- License: mit
- Created: 2022-10-16T14:40:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T13:18:36.000Z (almost 2 years ago)
- Last Synced: 2024-05-22T14:37:59.281Z (almost 2 years ago)
- Topics: ant-design, cssinjs, emotion, react, react-hooks, template, typescript, vite
- Language: TypeScript
- Homepage: https://pansyjs.github.io/vite-react-starter/
- Size: 5.65 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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