@mt0926/js-web-sdk
v0.0.19
Published
```bash $ pnpm install ```
Downloads
11
Readme
Installation
$ pnpm install
Running the app
# development
$ pnpm run dev
Publish to npm
# step1 login
$ npm login --registry https://registry.npmjs.org/
# step2 update version
$ npm version patch
$ npm version minor
$ npm version major
# step3 publish
$ npm publish --registry https://registry.npmjs.org/
# step4 tag
git tag -a v0.0.4 -m "v0.0.4"
git tag
git show
git push origin v0.0.4
Push to github