/Scalajs-Vuejs-Starter

A starter kit for using a Vue.js facade with Scala.js. Demo and Documentation included.

Primary LanguageXSLT

Scalajs Vuejs Starter

A starter kit for using Scala.js with a Vue facade. Demo included.

Full documentation available on Medium -- highly recommended

logo

Prerequisites:

Install Node.js

Install Scala

Install JDK

Install IntelliJ IDEA → IDE for our Scala.js

Install SBT → The Scala Build Tool

Add the Scala plugin to IDEA

Briefly read about Scala

Briefly read about Scala.js

Getting Started:

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