Getting Started

CLI

How to install and use the Nuxt Charts CLI for chart management.
Please support us by purchasing a license to access premium components, blocks, and templates!

1. Install CLI

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

pnpm add -g nuxt-charts-cli

2. Create Token

Create your token via nuxtcharts.com/payments/token

3. Usage

Set config token

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

List charts

Terminal
nuxt-charts list

Add a chart

Terminal
nuxt-charts add calendar

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

Terminal
nuxt-charts --help