Skip to content

haili042/create-qbi-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.