Open kevinramharak opened 3 years ago
I haven't touched this project in nearly a year, but I'll try to take a look at this when I have time.
I was trying to build a file explorer for https://github.com/kevinramharak/playground-browser-fs but I ran into so many build and bundle errors i gave up. No hurries. I can manage with vanilla so far. I was thinking of using your template to implement a vue template as I would prefer that over React.
Oh, very cool. I am a quite the Vue fan myself, but never got around to a template for it. I did write one in Svelte, but I am guessing it suffers the same issues as the React template: https://github.com/gojutin/typescript-playground-plugin-svelte
I took some time to implement a Vue 3 template, im not familiar with the whole reactive API but it should be an interesting alternative.
Very cool! Is it working with the TypeScript playground?
Yes its wrapping the playground plugin architecture to implement a Vue 'runtime'. I haven't gotten around to write up a demo, but its a good excuse to prototype with Vue 3
Please let me know once you write up a demo. I'd love to take a look!
rollup-plugin-progress
throws an error during build.Related issues:
Not sure how to fix