Yet another Vue.js bindings for Scala.js
Our objectives are:
- Provide effectively working set of Vue.js API bindings for Scala.js
- Provide Scala friendly tool to build client web applications with power of Vue.js
But currently most of the things are work in progress.
You need sbt and Scala.js plugin for sbt to build the project. Follow Scala.js general build instruction here.
First, you need to run yarn
or npm install
to grab jsdom
.
Then in sbt shell:
> core/test
In sbt shell:
> example/fullOptJS
Then open ./example/target/scala-2.xx/classes/index.html
with your favorite browser.