Add Mill support to Tutorials #667
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This refers to #579
The context for the task is not well defined. So I started with just the first tutorial. I thought I should push something small to start to see how it might fit in.
Essentially I reproduced the first tutorial but adapted it to use the Mill build tool.
If this is still something you are interested in, would you be able to provide any guidance about how you would like to see it structured in the documentation?
If you would like I can continue to integrate this into the documentation and code sample repository. I have worked through this for all three stages of the
Getting Started with Scala.js and Viteusing Mill. You can find the code here: https://github.com/nderraugh/scalajs-mill-vite-laminar-chartjs-example with some tags for the three different tutorials.For this PR I created three commits to help with review. Specifically to try to help with the diff between the sbt version and the mill version.