Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (19 loc) · 642 Bytes

installation_manual.md

File metadata and controls

19 lines (19 loc) · 642 Bytes

Manual Installation

Install the accompanying NPM package:

one of:

npm i opal-webpack-loader
yarn add opal-webpack-loader
Install the gems
gem install opal-webpack-loader

or add it to the Gemfile as below and bundle install

gem 'opal', github: 'janbiedermann/opal', branch: 'es6_modules' # requires this branch
gem 'opal-webpack-loader', '~> 0.13.0' # use the most recent released version here
Install the configuration

See the configuration templates and adjust to your preference.