1.0.1 • Published 2 years ago

@uoe-ssp/ui-button v1.0.1

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

UiButton

Overview

Styled component that renders a HTML5 button powered by edGel and bootstrap css styling. Make sure edGel has been installed in your project.

Development

Running locally

npm run serve will run a local node instance based on dev/serve.vue. But you can test the button inside our storybook playground by following this link link.

To lint, run npm run lint.

To test creation of the built component, run npm run build.

Running unit tests

To run the unit tests, run npm run test:unit.

Publishing

Mocking publishing for local development in other apps

To test out your component in use in a different application, before you publish a new version of it, you can use npm link. See npm link on npm docs.

Publishing to npm

Publishing to npm - check guide.

Version history

VersionDateRelease notes
v1.0.010/Dec/2021Initial port from ESC.
v1.0.114/Dec/2021Tweaks to setup and dependencies.