You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/tutorial/index.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,15 @@ Each tutorial starts with a link to a repo that you can clone to get off the gro
13
13
14
14
In any case, make sure that you have the prerequisites listed below covered.
15
15
16
-
1.[Scala.js and Vite](./scalajs-vite.html):
16
+
1.[Scala.js and Vite using SBT](./scalajs-vite.html):
17
17
* Set up a hello world project ready for live reloading in the browser.
18
18
* Generate minimized production assets.
19
-
2.[Laminar](./laminar.html):
19
+
1.[Scala.js and Vite using Mill](./scalajs-vite-mill.html):
20
+
* Set up a hello world project ready for live reloading in the browser.
21
+
* Generate minimized production assets.
22
+
1.[Laminar](./laminar.html):
20
23
* Build UIs with Laminar using Functional Reactive Programming (FRP), a hybrid model between imperative and functional programming particularly well suited for UI development in Scala.
21
-
3.[ScalablyTyped](./scalablytyped.html):
24
+
1.[ScalablyTyped](./scalablytyped.html):
22
25
* Integrate JavaScript libraries using ScalablyTyped.
0 commit comments