English version of Ant Design Pro v5. Feel free to fork this project as a boilerplate. This project was intended to make developers easy to customize Ant Design Pro v5 🚀
This is how Ant Design Pro v5 English Version looks :
Alert message on Account Login screen :
Alert message on Mobile Phone Login screen :
This project is initialized with Ant Design Pro. Follow is the quick guide for how to use.
Install node_modules
:
npm install
or
yarn
Ant Design Pro provides some useful script to help you quick start and build with web project, code style check and test.
Scripts provided in package.json
. It's safe to modify or add additional script:
npm start
npm run build
npm run lint
You can also use script to auto fix some lint error:
npm run lint:fix
npm test
You can view full document on Ant Design Pro official website. And welcome any feedback in our github.