@zevit/core-data-structures
v1.0.27
Published
Common data structures for Zevit Web applications, e.g. Base DTOs, common data interfaces and enums
Keywords
Readme
Introduction
Common data structures for Zevit Web applications, e.g. Base DTOs, common data interfaces and enums
Getting Started
To install the dependencies run $ npm i.
To build run $ npm run build
Development
To check the changes before publishing you can use $ npm link command to create symlink
Check this article pt.10 for reference
Contribute
To update the version after changes use
$ npm version patch
$ npm version minor
$ npm version major
Then use $ npm publish to publish the package
