@extrascript/ui-kit
v0.0.9
Published
## Commands
Downloads
4
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
- TODO: move to yarn, missing yarn.lock
- npm package example: https://www.npmjs.com/package/npm-package-example
- REVIEW: !!! https://medium.com/@noammanyfler/build-a-react-component-library-with-antd-and-styleguidist-5927931d62c6
- REVIEW: https://www.npmjs.com/package/babel-plugin-import
- REVIEW: https://medium.com/@GeoffMiller/how-to-customize-ant-design-with-react-webpack-the-missing-guide-c6430f2db10f
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/