You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
components generated with yarn make --component component-name with sveltejs/template. But the components in the repo (eg. component-button) has a different file structure(i.e, Button.svelte Button.stories.js etc). Is there a way to generate component-button like ui elements.
Are you planning to implement more functionalities like react-boilerplate commands [https://github.com/react-boilerplate/react-boilerplate/blob/master/docs/general/commands.md]?
Are you looking for contributors?
The text was updated successfully, but these errors were encountered:
@eswr this was a very high level setup to ensure I could get it working and the components are being built from the original Svelte template at the moment. I was considering adding my own template at some stage to match what I am expecting but I'm not really pushing too hard because I just don't have time. I really created this repo as a Proof of Concept I wasn't really planning on building it out beyond the example.
That said, I am about to start building a new personal project and I'm most likely going to base it off this setup, so if I find it beneficial to build up on this I will but initially I was going to start again with a fresh repo.
I haven't used it much, I'm working with Next.js for work at the moment so I've been more focused on that. If I ever find the time I'll probably revive this because I love svelte compared to React but work is more important at the moment.
components generated with
yarn make --component component-name
with sveltejs/template. But the components in the repo (eg. component-button) has a different file structure(i.e, Button.svelte Button.stories.js etc). Is there a way to generate component-button like ui elements.Are you planning to implement more functionalities like react-boilerplate commands [https://github.com/react-boilerplate/react-boilerplate/blob/master/docs/general/commands.md]?
Are you looking for contributors?
The text was updated successfully, but these errors were encountered: