npm install vnpt-comps
# or
yarn add vnpt-comps
A component for creating hill charts visualization.
Start dev server to develop your component library.
yarn start
# or
npm start
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
To publish your plugin on NPM, use following command.
yarn build_publish
# or
npm run build_publish