@cicada/react-lego-antd
v1.3.8
Published
do not use this package
Downloads
242
Maintainers
Keywords
Readme
Get Started
npm install
npm start
// visit http://127.0.0.1:3000/alert
注意一定要使用 npm,不要使用 tnpm,因为 tnpm 使用了软链会导致项目启动不起来。如果安装过慢可以使用 taobao npm 镜像。
npm install --registry=https://registry.npm.taobao.org
发布
- git tag tagVersion
- git push --tags
- npm publish
- tnpm sync