{"id":13933066,"url":"https://github.com/yunsii/vite-react","last_synced_at":"2025-08-22T02:30:50.244Z","repository":{"id":43087819,"uuid":"340051979","full_name":"yunsii/vite-react","owner":"yunsii","description":"🚀 Use Vite + React like a Pro!","archived":false,"fork":false,"pushed_at":"2022-09-24T05:00:51.000Z","size":15228,"stargazers_count":166,"open_issues_count":0,"forks_count":25,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-08-10T18:25:55.801Z","etag":null,"topics":["ant-design-pro","antd","eslint","prettier","react","react-router-dom","scaffolding","typescript","vite","vitjs","windicss"],"latest_commit_sha":null,"homepage":"https://yunsii.github.io/vite-react","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yunsii.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"open_collective":"yuns","custom":["https://afdian.net/@yunslove"]}},"created_at":"2021-02-18T13:03:29.000Z","updated_at":"2025-07-27T19:06:37.000Z","dependencies_parsed_at":"2022-07-16T19:16:14.944Z","dependency_job_id":null,"html_url":"https://github.com/yunsii/vite-react","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/yunsii/vite-react","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yunsii%2Fvite-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yunsii%2Fvite-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yunsii%2Fvite-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yunsii%2Fvite-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yunsii","download_url":"https://codeload.github.com/yunsii/vite-react/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yunsii%2Fvite-react/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271575505,"owners_count":24783543,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ant-design-pro","antd","eslint","prettier","react","react-router-dom","scaffolding","typescript","vite","vitjs","windicss"],"created_at":"2024-08-07T21:01:32.758Z","updated_at":"2025-08-22T02:30:49.944Z","avatar_url":"https://github.com/yunsii.png","language":"TypeScript","funding_links":["https://opencollective.com/yuns","https://afdian.net/@yunslove"],"categories":["TypeScript"],"sub_categories":[],"readme":"English | [简体中文](./README.zh-CN.md)\n\n# Vite React\n\n🚀 Use Vite + React like a Pro!\n\n\u003e Try building an [Ant Design Pro](https://github.com/ant-design/ant-design-pro)-like project with [Vite](https://github.com/vitejs/vite), which builds an easy-to-use mid-background scaffolding from scratch.\n\n## ✨ Features\n\n- 🛠 [TypeScript](https://github.com/microsoft/TypeScript) + [ESLint](https://github.com/eslint/eslint) + [Prettier](https://github.com/prettier/prettier) + [lint-staged](https://github.com/okonet/lint-staged), preset configurations\n- ❤️ [Less](https://github.com/less/less.js) + [Windi CSS](https://github.com/windicss/windicss), enjoyable CSS development experience\n- ⚙️ Preset Vite plugins reasonable, pursue the ultimate development experience\n- 💡 Fully features of [Ant Design](https://github.com/ant-design/ant-design), support style import on demand\n- 💎 Provide different degrees of custom scaffolding, free choice, easy to use\n\n## Always one option for you\n\nDue 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.\n\n### [⭐️ feat/base](https://github.com/yunsii/vite-react/tree/feat/base)\n\nOnly provides primitive React development support for small, routless projects such as Hello World or for custom more complex scaffolding.\n\n- [react](https://github.com/facebook/react)\n- [react-dom](https://github.com/facebook/react/blob/main/packages/react-dom/README.md)\n\n### [⭐️ feat/vitjs](https://github.com/yunsii/vite-react/tree/feat/vitjs)\n\nBased on [vitjs/vit](https://github.com/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.\n\n- [react](https://github.com/facebook/react)\n- [react-dom](https://github.com/facebook/react/blob/main/packages/react-dom/README.md)\n- [vitjs/vit](https://github.com/vitjs/vit)\n\n### [⭐️ master](https://github.com/yunsii/vite-react)\\*\n\nContains all the features of the previous branch, while supporting the fully features of antd, and [Ant Design Pro](https://github.com/ant-design/ant-design-pro) page layout\n\n- [react](https://github.com/facebook/react)\n- [react-dom](https://github.com/facebook/react/blob/main/packages/react-dom/README.md)\n- [vitjs/vit](https://github.com/vitjs/vit)\n- [antd](https://github.com/ant-design/ant-design)\n- [@ant-design/pro-layout](https://procomponents.ant.design/components/layout)\n- [ahooks](https://ahooks.js.org/hooks)\n\n### [⭐️ feat/concent](https://github.com/yunsii/vite-react/tree/feat/concent)\n\nContains all the features of the previous branch, Use [concent](https://github.com/concentjs/concent) as a global state management tool.\n\n- [react](https://github.com/facebook/react)\n- [react-dom](https://github.com/facebook/react/blob/main/packages/react-dom/README.md)\n- [vitjs/vit](https://github.com/vitjs/vit)\n- [antd](https://github.com/ant-design/ant-design)\n- [@ant-design/pro-layout](https://procomponents.ant.design/components/layout)\n- [ahooks](https://ahooks.js.org/hooks)\n- [concent](https://github.com/concentjs/concent)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyunsii%2Fvite-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyunsii%2Fvite-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyunsii%2Fvite-react/lists"}