Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

vue-data-ui-cli

graphieros1.8kMIT1.7.7

A CLI tool to generate Vue Data UI chart component boilerplates

Vue Data UI, Vue, Vue 3, CLI, CLI tool, boilerplate, charts

readme

Vue Data UI CLI

npm GitHub issues License npm

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

image

https://github.com/user-attachments/assets/2554de06-cf8f-460e-bcd3-addd7291151c

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