@softwareone/swo-material-library
v1.1.92
Published
UI Components Project on Svelte
Downloads
379
Keywords
Readme
SWO MATERIAL LIBRARY
UI Components Project on Svelte
Developing
Before running the project, you will need to install dependencies with npm install (or pnpm install or yarn), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openStoryBook
Storybook is a frontend workshop for building UI components and pages in isolation. Thousands of teams use it for UI development, testing, and documentation
Run StoryBook
npm run storybook
# or start the server and open the app in a new browser tab
npm run dev -- --openBuilding
To create a production version of your app:
npm run buildYou can preview the production build with npm run preview.
Dependencies
To deploy your app, you may need to install an adapter for your target environment.
