Install the Nuxt Charts CLI globally using your preferred package manager:
pnpm add -g nuxt-charts-cli
yarn global add nuxt-charts-cli
npm install -g nuxt-charts-cli
bun add -g nuxt-charts-cli
nuxt-charts config set-token <your-token-here>
nuxt-charts list
nuxt-charts add calendar
For more CLI options and advanced usage, see the official documentation or run:
nuxt-charts --help