@zevit/core-stores
v1.0.3
Published
Common functionality for stores of Zevit Web applications
Keywords
Readme
Introduction
Common functionality for stores of Zevit Web applications
Getting Started
To install the dependencies run $ npm run install-deps or $ 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
