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)
Readme
Technology
Develop the demo pages
node --version=>v12.22.12npm --version=>v6.14.18
npm installnpm run compile-snpm run starthttp://localhost:3000
How to complie in local laptop
npm installnpm run compile
How to publish
npm login- Change the
versionin package.json npm publish
How to test
npm run compileornpm run compile-ssh ./scripts/test.sh- Make your choice and then execute the Jest.
