create-qbi-app
v1.0.6
Published
Create a new Quick BI project
Downloads
74
Keywords
Readme
create-qbi-app
Scaffolding your Quick BI custom component project.
Usage
3 ways for you to getting start:
npm
npm init qbi-app@latest my-app
cd my-app
npm i
npm run startpnpm
pnpm create qbi-app my-app
cd my-app
pnpm i
pnpm startyarn
yarn create qbi-app my-app
cd my-app
yarn i
yarn startNext step
Please refer to the documentation on how to develop Quick-BI custom components.
Debugging
Install the dependencies:
pnpm iBuild the library:
pnpm buildBuild the library in watch mode:
pnpm dev