@quickbi/qbi-dev-tools
v1.0.0
Published
Command line tool for developing component for Quick BI
Keywords
Readme
@quickbi/qbi-dev-tools
This is a building tool for Quick BI custom components.
Usage
Install
with npm:
npm i -D qbi-dev-toolswith pnpm:
pnpm add -D qbi-dev-toolswith yarn:
yarn add -D qbi-dev-toolsstarting dev server
qdt startbuilding the project
qdt buildbundle the project
qdt bundleDebugging
Install the dependencies:
pnpm iBuild the library:
pnpm buildBuild the library in watch mode:
pnpm dev