Skip to content

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.

2 participants