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 :apexchartsand then require apexcharts in your source/javascripts/site.js.
//= require apexchartsLast updated