yunsii / vite-react

🚀 Use Vite + React like a Pro!
https://yunsii.github.io/vite-react
MIT License
164 stars 24 forks source link
ant-design-pro antd eslint prettier react react-router-dom scaffolding typescript vite vitjs windicss

English | 简体中文

Vite React

🚀 Use Vite + React like a Pro!

Try building an Ant Design Pro-like project with Vite, which builds an easy-to-use mid-background scaffolding from scratch.

✨ Features

Always one option for you

Due to the different needs of everybody, and in order to reduce the mental burden of users, the increasingly complex project was split, but the development environment configuration remained, which also made it convenient for users to customize the development environment. The following shows the preset core dependencies of each branch.

⭐️ feat/base

Only provides primitive React development support for small, routless projects such as Hello World or for custom more complex scaffolding.

⭐️ feat/vitjs

Based on vitjs/vit, take over the route and application entry, support custom MOCK data. It can be convenient to build a complicated application based on routing.

⭐️ master*

Contains all the features of the previous branch, while supporting the fully features of antd, and Ant Design Pro page layout

⭐️ feat/concent

Contains all the features of the previous branch, Use concent as a global state management tool.