An Out of box vite react + antd template ~
Vite is awesome modern module build tool, but as for react project, you may need a lot of configuration for production
This template will save your time in config and add plugins in vite, at the same time it provide a lot of features
Including these features:
- react-jsx
- antd
- scss/less
- cssModule
- svgr supported
- prettier, eslint, stylelint using @umi/fabric
- auto sort-imports by prettier
- vite env config
- useful config for typings.d.ts & tsconfig.json, full typescript supported
- husky pre-commit hooks for eslint checking & prettier write file
You can clone this project and then use yarn or npm install the packages
yarn dev