biz-npm-package
v1.0.1
Published
Currently, bizyness has official plugin for authentication forms:
Downloads
4
Readme
Bizyness NPM Modules (React + TypeScript + Vite)
Currently, bizyness has official plugin for authentication forms:
Development steps to run it locally
Take git clone of this repository, then execute following commands in the root directory of folder:
npm install
npm run dev
Publish steps to deploy it for production
- As per changes, update the version number in package.json file
npm login
npm run build
npm publish
Skip second step if you are already login to npm in your terminal