ochrons / scalajs-spa-tutorial

Tutorial for creating a simple Single Page Application in ScalaJS
Apache License 2.0
672 stars 229 forks source link

Example using npm-packages with scalajs-bundler #49

Open beikern opened 7 years ago

beikern commented 7 years ago

@ochrons First of all, what a great tutorial. Thumbs up :+1: I think it could be interesting to explore the npm dependency problem. AFAIK the tutorial covers only the webjars part. I've tried myself to add the plugin in the tutorial but it was a fail :( I'm still too newbie in scala-js and in frontend in general :-1:

Blog link: http://www.scala-lang.org/blog/2016/10/19/scalajs-bundler.html

Documentation: https://scalacenter.github.io/scalajs-bundler/motivation.html

Feel free to remove this issue if it does not fit this tutorial.