0.2.4 • Published 6 years ago

@kemalcany/ui v0.2.4

Weekly downloads
1
License
-
Repository
-
Last release
6 years ago

Vue CLI 3 / Nuxt 2.0 Compatible NPM UI Components

Requirements & Dependencies

  • Font Awesome (for the Icon component)

Thanks

Scripts

  • Publish Publicly : npm publish --access=public
  • Link for local development : npm link

Notes

  • For more information regarding lazy exporting of components, read the comments and examples in index.js (TC39 Dynamic Import proposal)

Dev Log

  • With only SCSS and Icon components, the bundle is 50kb (umd.min). This is because the module imports and exports Font Awesome libraries. For projects that don't require icons this can be a big burden. FA needs to improve the way they are bundling their packages. If not, this component needs to be optimised separately.