File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,15 @@ To install Scala and Node.js, follow the [Prerequisites](tutorial/#prerequisites
1414Scala.js itself is managed by your Scala build tool of choice.
1515You can follow [ the Getting Started instructions] ( tutorial/scalajs-vite.html#introducing-scalajs ) to enable it.
1616
17+ # Build tools other than sbt
18+
19+ This documentation uses
20+ [ sbt] ( https://www.scala-sbt.org/ ) build tool exclusively;
21+ other build tools that support Scala.js are:
22+ - [ scala-cli] ( https://scala-cli.virtuslab.org/install/#scala.js )
23+ - [ Mill] ( https://mill-build.org/mill/scalalib/web-examples.html#_scala_js_modules )
24+ - [ Gradle] ( https://gradle.org ) with [ Scala.js / Scala Native plugin] ( https://github.com/dubinsky/scalajs-gradle )
25+
1726# Other resources
1827
1928* [ Presentation videos] ( ../community/presentations.html )
You can’t perform that action at this time.
0 commit comments