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
14
14
Scala.js itself is managed by your Scala build tool of choice.
15
15
You can follow [ the Getting Started instructions] ( tutorial/scalajs-vite.html#introducing-scalajs ) to enable it.
16
16
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
+
17
26
# Other resources
18
27
19
28
* [ Presentation videos] ( ../community/presentations.html )
You can’t perform that action at this time.
0 commit comments