0.0.7 • Published 2 months ago

yusuf-comp-qrcode-scanapp v0.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

lowcoder comp lib

Start

Start dev server to develop your comp lib.

yarn start

# or

npm start

Build

Build current comp lib into a .tgz file that you can upload it to the Lowcoder Comp Market.

Before build you should change the version in package.json file.

yarn build

# or

npm run build

Publish

To publish your plugin on NPM, use following command.

yarn build_publish

# or

npm run build_publish