A starter kit for using Scala.js with a Vue facade. Demo included.
Full documentation available on Medium -- highly recommended
Install IntelliJ IDEA → IDE for our Scala.js
Install SBT → The Scala Build Tool
git clone git@github.com:michaelmang/Scalajs-Vuejs-Starter.git
cd Scalajs-Vuejs-Starter
sbt fastOptJS
Open project with IntelliJ Idea
Run index.html in IntelliJ Idea