Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP #917

Open
wants to merge 1 commit into
base: web_components
Choose a base branch
from
Open

WIP #917

wants to merge 1 commit into from

Conversation

rramsey
Copy link
Collaborator

@rramsey rramsey commented Dec 21, 2023

No description provided.

@rramsey
Copy link
Collaborator Author

rramsey commented Dec 21, 2023

  • All components are exported into the ./dist folder
  • Individual components can be imported like this in a vue app:
    import "/node_modules/uids/banner/banner.umd.cjs";
  • Individual componsnets can be used like this:
    <uids-banner>I am a banner</uids-banner>
  • running npm run build in a vue app that consumes the component appears to work

To Do

  • deploy a built consumer of the uids button to a server and confirm that it runs as expected
  • find a way to replace importing the cjs file with a simpler import { BannerElement } from 'uids/main';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant