@dpa-id-components/dpa-collab-tools
v2.0.1
Published
Shared Vue components library for dpa projects that use the collaboration features.
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 linkin 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 buildbefore 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