gvp
v1.0.2
Published
Glodon visual platform plug-in development environment
Readme
GVP
Glodon visual platform plug-in development environment
Install
npm i -g gvpUsage
Create project
gvp create hello # create a project where name is helloGo to the director hello,install
cd hello
npm installStart
npm run dev
#or
npm run dev:chart # start a chart debug modeBuild
npm run buildVersion
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
