Skip to content

daouy/acp-comps-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VNPT Lowcoder Component Library

Installation

npm install vnpt-comps

# or

yarn add vnpt-comps

Components

Hillcharts

A component for creating hill charts visualization.

Development

Start dev server to develop your component library.

yarn start

# or

npm start

Build

Build current comp lib into a .tgz file that you can upload it to the Lowcoder Comp Market.

Before build you should change the version in package.json file.

yarn build

# or

npm run build

Publish

To publish your plugin on NPM, use following command.

yarn build_publish

# or

npm run build_publish

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published