Skip to content

Releases: graphieros/vue-data-ui-cli

v1.1.3

02 Feb 15:28
Compare
Choose a tag to compare

VueUiCirclePack support 🫧

This release adds support for the new VueUiCirclePack component, available on vue-data-ui since v2.5.5

v1.0.0

26 Dec 08:53
Compare
Choose a tag to compare

Vue Data UI CLI

A CLI tool to generate Vue Data UI chart component boilerplates.

Installation

npm i -g vue-data-ui-cli

Usage

Run the CLI command:

vdui-cli

You will be prompted for the following:

  • Select a Vue Data UI component
  • Use computed or ref for the dataset
  • Use computed or ref for the config
  • Use TypeScript or not
  • The name of your Vue component
  • The directory to create the component

The tool will then create a Vue file containing the boilerplate chart component, with a sample dataset for immediate testing.

Vue Data UI documentation

Check out the official documentation website