cvat-core/README.md
This CVAT module is a client-side JavaScript library for management of objects, frames, logs, etc. It contains the core logic of the Computer Vision Annotation Tool.
yarn install --immutable
dist directory:yarn run build
yarn run build --mode=development # without a minification
yarn run test
yarn version --patch # updated after minor fixes
yarn version --minor # updated after major changes which don't affect API compatibility with previous versions
yarn version --major # updated after major changes which affect API compatibility with previous versions
Visual studio code configurations: