Skip to content

Mention build tools other than sbt. #658

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 17, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ To install Scala and Node.js, follow the [Prerequisites](tutorial/#prerequisites
Scala.js itself is managed by your Scala build tool of choice.
You can follow [the Getting Started instructions](tutorial/scalajs-vite.html#introducing-scalajs) to enable it.

# Build tools other than sbt

This documentation uses
[sbt](https://www.scala-sbt.org/) build tool exclusively;
other build tools that support Scala.js are:
- [scala-cli](https://scala-cli.virtuslab.org/install/#scala.js)
- [Mill](https://mill-build.org/mill/scalalib/web-examples.html#_scala_js_modules)
- [Gradle](https://gradle.org) with [Scala.js / Scala Native plugin](https://github.com/dubinsky/scalajs-gradle)

# Other resources

* [Presentation videos](../community/presentations.html)
Expand Down