Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Latest commit

 

History

History
44 lines (27 loc) · 1.1 KB

README.md

File metadata and controls

44 lines (27 loc) · 1.1 KB

Vuescale

Yet another Vue.js bindings for Scala.js

The goal

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.

Development

You need sbt and Scala.js plugin for sbt to build the project. Follow Scala.js general build instruction here.

Build tasks

To run all the tests

First, you need to run yarn or npm install to grab jsdom.

Then in sbt shell:

> core/test

To generate example application

In sbt shell:

> example/fullOptJS

Then open ./example/target/scala-2.xx/classes/index.html with your favorite browser.