Middleman

Make sure you have middleman-sprockets in your Gemfile

gem 'middleman-sprockets'
gem 'apexcharts'

Don't forget to bundle install.

Activate them in config.rb

activate :sprockets
activate :apexcharts

and then require apexcharts in your source/javascripts/site.js.

//= require apexcharts

Last updated