1.8.0 • Published 2 months ago

@dpa-id-components/dpa-collab-tools v1.8.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 months ago

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