jairovg / vuesax-admin-dashboard

2 stars 2 forks source link

Configure Storybook #1

Open jairovg opened 3 years ago

jairovg commented 3 years ago

What problem does this feature solve?

The project needs to support story books for components created in Vue, React and Svelte.

Describe the solution you'd like

Create three new npm scripts to load the storybooks in each particular library.

What does the proposed API look like?

$ npm run storybook:vue
$ npm run storybook:react
$ npm run storybook:svelte

Additional context

It may be a good option to handle components sufix for each library