gvp
v1.0.2
Published
Glodon visual platform plug-in development environment
Downloads
5
Readme
GVP
Glodon visual platform plug-in development environment
Install
npm i -g gvp
Usage
Create project
gvp create hello # create a project where name is hello
Go to the director hello
,install
cd hello
npm install
Start
npm run dev
#or
npm run dev:chart # start a chart debug mode
Build
npm run build
Version
1.0.0
the first version
- support react component
- support echart component
1.0.1
update
- support dynamic configuration
1.0.2
update
- optimization the component of example