1.0.0 • Published 3 years ago

@uoe-ssp/checkbox v1.0.0

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

Checkbox

Overview

Library for Vue checkbox components

Development

Running locally

npm run serve will run a local node instance based on dev/serve.vue.

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 - see guide.

Version history

VersionDateRelease notes
v1.0.0115/Mar/2022Initial port from ESC.