@cicada/react-lego-antd

do not use this package

Usage no npm install needed!

<script type="module">
  import cicadaReactLegoAntd from 'https://cdn.skypack.dev/@cicada/react-lego-antd';
</script>

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