svench
svench copied to clipboard
A lightweight workbench to develop your Svelte components in isolation
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.13.0 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
Just taking a look at this project because i want to move away from storybook. But i think the examples are not up to date. I used examples/rollup and examples/svelte-template,...
Doing my usual "let's try Svench again!" thing. Found two potential issues (or could just be me). 1. I have defined a View with knobs and actions and the ExtrasPanel...
Currently, ignores ordering prefix and file extension in the URL it generates. So for example `00-foo.md` can be accessed at URL `foo`. This is nice for story like usage, but...
Hi there! Not really an issue - just a question. Will Svench work in a Sveltekit project?
From an empty state: ``` ⥼ pnpm add -D svelte vite @sveltejs/vite-plugin-svelte svench Packages: +138 devDependencies: + @sveltejs/vite-plugin-svelte 1.0.0-next.21 + svelte 3.42.4 + svench 0.2.0-30 + vite 2.5.3 ``` (note...
To reproduce, clone https://github.com/jwrunner/svelte-ui/tree/b5f948ed234b4ae50f7e96bf2981d9484568d35e and run `npx svench --verbose`. You'll see `[svench] Written: .svench\index.html` logged out but it will never get to `[routix] Written: .svench\src\routes.js` as it should. It hangs...
I'm wanting to use Types in my Svench file to set up the view but Vite will throw errors as soon as I start using typings like this: ```svelte import...
### To do: - [x] Remove all previous instructions - [x] Add a link to the removed instructions in their separated branches v0.0 and v0.1 - [x] Write minimal set...