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

https://github.com/crazymryan/vite-react

创建的一个 vite + react 的简单后台模版
https://github.com/crazymryan/vite-react

antd react vite vite-react

Last synced: about 2 months ago
JSON representation

创建的一个 vite + react 的简单后台模版

Awesome Lists containing this project

README

        

vite-react

使用 [create-app-template-react](https://github.com/vitejs/vite/tree/main/packages/create-app/template-react) 模版

## 克隆
```shell
git clone [email protected]:CrazyMrYan/vite-react.git
```

## 下载依赖
```shell
yarn install
```

## 启动
```shell
yarn dev
```

## 使用技术
- react
- vite
- antd
- react-router-dom
- @ant-design/charts
- @ant-design/icons
- pubsub-js

## 访问地址
[gh-pages](https://crazymryan.github.io/vite-react/#/login)

[国内](https://lovemysoul.vip/vite-react/#/login)