CLI

How to install and use the Nuxt Charts CLI for chart management.

1. Install CLI

Install the Nuxt Charts CLI globally using your preferred package manager:

pnpm add -g nuxt-charts-cli

2. Usage

Set config token

nuxt-charts config set-token <your-token-here>

List charts

nuxt-charts list

Add a chart

nuxt-charts add calendar

For more CLI options and advanced usage, see the official documentation or run:

nuxt-charts --help