1.0.2 • Published 4 years ago

gvp v1.0.2

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

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