Quickly Create a Quick-BI custom component project.
3 ways for you to getting start:
npm init qbi-app my-app
cd my-app
npm i
npm run start
npx create-qbi-app my-app
cd my-app
npm i
npm run start
yarn create qbi-app my-app
cd my-app
yarn
yarn start
Please refer to the documentation on how to develop Quick-BI custom components.