Skip to content

Dunqing/vite-ant-design-pro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 1, 2022
0d2da25 · Sep 1, 2022
Apr 11, 2022
Aug 29, 2022
Aug 29, 2022
Apr 5, 2022
Apr 12, 2022
Apr 12, 2022
Apr 5, 2022
Apr 11, 2022
Apr 12, 2022
Apr 12, 2022
May 1, 2022
Sep 1, 2022
Aug 15, 2022
Aug 15, 2022
Apr 9, 2022
Apr 6, 2022

Repository files navigation

Vite Ant Design Pro

Features

  • TypeScript: A language for application-scale JavaScript
  • Neat Design: Follow Ant Design specification
  • Common Templates: Typical templates for enterprise applications
  • Responsive: Designed for variable screen sizes
  • Theming: Customizable theme with simple config
  • State Management: Using react-query
  • International: Based on react-intl
  • Router: Based on react-router-dom@6
  • Best Practices: Solid workflow to make your code healthy

Usage

with NPM:

npm create ant-design-pro@latest

with Yarn:

yarn create ant-design-pro

with PNPM:

pnpm create ant-design-pro

Then follow the prompts!

Differences with ant-design-pro

No Umi related dependencies, we using Vite

Alternative to umi plugin

  • plugin-layout: vite-plugin-antd-layout
  • plugin-access: Write one by hand
  • plugin-locale: react-intl
  • plugin-dva: @reduxjs/toolkit
  • plugin-model: Unnecessary
  • plugin-request: axios
  • plugin-sass: Built-in vite

Thanks for the great project

  • Vite
  • Ant Design Pro