create-qbi-app
Advanced tools
Comparing version 0.0.2 to 0.0.3
const FRAMEWORK_ORIGIN = 'origin'; | ||
const FRAMEWORK_REACT = 'react'; | ||
const FRAMEWORK_VUE = 'vue'; | ||
@@ -7,2 +8,3 @@ const FRAMEWORK_BRANCH = { | ||
[FRAMEWORK_REACT]: 'template/react', | ||
[FRAMEWORK_VUE]: 'template/vue', | ||
}; | ||
@@ -16,3 +18,4 @@ | ||
FRAMEWORK_BRANCH, | ||
FRAMEWORK_VUE, | ||
GIT, | ||
}; |
{ | ||
"name": "create-qbi-app", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Command line tool for developing component for Quick BI", | ||
@@ -5,0 +5,0 @@ "author": "Quick BI", |
# create-qbi-app | ||
Create Quick-BI custom components with no build configuration. | ||
Quickly Create a Quick-BI custom component project. | ||
## Quick start | ||
## Quick Overview | ||
3 ways for you to getting start: | ||
@@ -30,2 +28,5 @@ ### npm | ||
yarn start | ||
``` | ||
``` | ||
## Next step | ||
Please refer to the [documentation](https://www.yuque.com/u2227425/ia1pn8/xaia8g) on how to develop Quick-BI custom components. |
6734
188
32