vite-plugin-fable icon indicating copy to clipboard operation
vite-plugin-fable copied to clipboard

add hello world js example

Open jkone27 opened this issue 8 months ago • 1 comments

add a hello world vanilla js program referencing the library as npm dependency directly

  • cannot use file: .. (points to root package.json) as it creates circular deps
  • uses .tgz archive to reference the pre packaged lib

can be run as bun i and bun run dev similar to sample-project

image

jkone27 avatar Mar 25 '25 15:03 jkone27

This feels very similar to the other sample. I would be fine with replacing it with this one. Additionally, users aren't being directed to this sample if that is the goal. You haven't tested this in CI and didn't add actual tests to Vitest, so what is the purpose here?

nojaf avatar Mar 25 '25 16:03 nojaf