react, slinky, esbuild and a readme.

This commit is contained in:
fiatjaf
2022-02-22 12:21:47 -03:00
parent fecbf2d940
commit ab841df209
8 changed files with 45 additions and 3 deletions

View File

@@ -1,9 +1,11 @@
enablePlugins(ScalaJSPlugin)
// enablePlugins(ScalaJSBundlerPlugin)
name := "app"
scalaVersion := "2.13.7"
scalaJSUseMainModuleInitializer := true
mainClass := Some("app.Main")
libraryDependencies += "org.scala-js" %%% "scalajs-dom" % "2.1.0"
libraryDependencies += "me.shadaj" %%% "slinky-core" % "0.7.0"
libraryDependencies += "me.shadaj" %%% "slinky-web" % "0.7.0"