@extrascript/ui-kit

cmd: npm login - cmd: npm version patch - cmd: npm publish --access public

Usage no npm install needed!

<script type="module">
  import extrascriptUiKit from 'https://cdn.skypack.dev/@extrascript/ui-kit';
</script>

README

UI Kit (antd wrapper)

Commands

  • cmd: npm login
  • cmd: npm version patch
  • cmd: npm publish --access public

Quick and dirty publish

  • npm run pub

TODO

WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB). This can impact web performance. Assets: index.js (753 KiB)

WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance. Entrypoints: main (753 KiB) index.js

WARNING in webpack performance recommendations: You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application. For more info visit https://webpack.js.org/guides/code-splitting/