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

Barely working, loose Vue.js binding for Scala.js

License

Notifications You must be signed in to change notification settings

lettenj61/vuescale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Barely working, loose Vue.js binding for Scala.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published