pp-antd-style
v4.22.1-alpha.5
Published
* [[email protected]](https://github.com/ant-design/ant-design/tree/4.22.4) * [ant-tools](http://github.com/ant-design/antd-tools)
Downloads
3
Readme
Technology
Develop the demo pages
node --version
=>v12.22.12
npm --version
=>v6.14.18
npm install
npm run compile-s
npm run start
http://localhost:3000
How to complie in local laptop
npm install
npm run compile
How to publish
npm login
- Change the
version
in package.json npm publish
How to test
npm run compile
ornpm run compile-s
sh ./scripts/test.sh
- Make your choice and then execute the Jest.