c4a8-web / shared-components

Storybook driven shared web components.
1 stars 2 forks source link

NPM Bundled Shared Components #230

Open samsour opened 2 months ago

samsour commented 2 months ago

To promote reusability and maintainability, shared components should be exported as a NPM module. This will allow us to easily import and use these components across all vue projects.

Example: {% include shared-components/includes/hero.html %}

will transform into a plain vue import: e.g. import { Hero, ContentScroller } from '@gk/shared-components

Acceptance Criteria: