@dpa-id-components/dpa-collab-tools
v1.10.1
Published
Shared Vue components library for dpa projects that use the collaboration features.
Downloads
524
Maintainers
Keywords
Readme
DPA collab tools
Collection of vue 3 components for usage across dpa projects related to collaboration service.
Link the project locally
For a better developer experience and testing in your actual it's recommended to link the package locally. For that run
npm link
in the root of your cloned shared components and
npm link "@dpa-id-components/dpa-collab-tools"
in your target project.
Don't forget to run
npm run build
before linking or otherwise you wouldn't have a dist folder.
Releasing
To publish a new release just run one of the following (depending on the kind of version bump you want to do):
npm run release:patch
npm run release:minor
npm run release:major