You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

vue-data-ui-cli

Package Overview
Dependencies
Maintainers
0
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-data-ui-cli

A CLI tool to generate Vue Data UI chart component boilerplates

1.1.27
Source
npm
Version published
Weekly downloads
280
-11.11%
Maintainers
0
Weekly downloads
 
Created
Source

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

Keywords

Vue Data UI

FAQs

Package last updated on 17 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts