0.0.1-alpha • Published 5 years ago

create-qbi-app v0.0.1-alpha

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

create-qbi-app

Quickly Create a Quick-BI custom component project.

Quick start

3 ways for you to getting start:

npm

npm init qbi-app my-app
cd my-app
npm i
npm run start

npx

npx create-qbi-app my-app
cd my-app
npm i
npm run start

yarn

yarn create qbi-app my-app
cd my-app
yarn
yarn start

Next step

Please refer to the documentation on how to develop Quick-BI custom components.