1.0.2 • Published 2 years ago
magma-design-system-test v1.0.2

magma-design-system-test: UI Component Library for Magma
This codebase contains our UI component library. It is a comprehensive collection of Vue-based UI components that are designed to be reusable across different projects.
Publishing magma-design-system-test's Package
After adding or changing components, you can publish the package to npm by following these steps:
- Update the version number in
package.json. - Run
npm run buildto build the package. - Run
npm publishto publish the package to npm. - Update
magma-design-system-testinmagma-front-test-2024codebase to the new version.
Storybook
Along with the UI components, this codebase also includes a Storybook. Storybook is an open-source tool for developing UI components in isolation.
We use storybook to document our UI components and to test them in different states.
To run the Storybook, run npm run storybook and navigate to http://localhost:6006/.