0.1.0-build.36 • Published 7 years ago
@izumi-framework/idealingua-js-facade v0.1.0-build.36
ScalaJS playground for Idealingua Core
Before you start
npm install jsdomYou may want to install izumi-r2 artifacts locally:
cd ~/work/izumi-r2
sbt clean publishLocalImportant: this example is based on scalajs 0.6/sbt 0.13, it requires java 8 to build.
Build
sbt clean fastOptJS fullOptJS Production output:
./idealingua-sjs/target/scala-2.12/idealingua-sjs-jsdeps.js
./idealingua-sjs/target/scala-2.12/idealingua-sjs-opt.jsWebpack:
sbt clean fastOptJS::webpack
sbt clean fullOptJS::webpackTesting
sbt clean testTest Application
Fast optimized:
sbt clean fastOptJS && open example-fastopt.htmlFull optimized:
sbt clean fullOptJS && open example-opt.htmlConsole experiments
Just the global Idealingua object, without UI/jQuery 
sbt clean fastOptJS && open example-fastopt-console.html
sbt clean fullOptJS && open example-opt-console.html0.1.0-build.36
7 years ago