-
Notifications
You must be signed in to change notification settings - Fork 2
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
How does this differ from the Vite-Laminar-Livechart example? #4
Comments
It's intended to be basically the same, but they are not explicitly kept in sync. |
Attempting to get this working on my system,
Am I supposed to compile this a different way? |
I just tried and that command worked as is. What system are you using? Perhaps Also make sure you start the command when in the directory that contains the |
I tried again, and now I running
full gist |
Ah you're running into a typical issue with recent Java versions + old sbt/Scala versions. We updated all the things in the vite-laminar-livechart repo but not here. |
Are there any differences worth noting between this g8 template repository and specifically the vite-end-state branch from the Getting Started with Scala.js and Vite guide?
As I only want a basic vite.js app without Laminar or Scalably typed, I think the single command
would be easier than running
git clone https://github.com/sjrd/scalajs-sbt-vite-laminar-chartjs-example mv scalajs-sbt-vite-laminar-chartjs-example my-project-name cd my-project-name git switch scalajs-vite-end-state rm -rf .git
But I want to confirm that the end results will be equivalent. Thanks!
The text was updated successfully, but these errors were encountered: