Files
moeka-project/packages/stage-ui
RainbowBird f47d794b8e refactor: airi card (#105)
* fix: card icon

* style: icon

* refactor: use section component

* chore: i18n

* feat: card detail page

* fix: chat
2025-03-31 15:56:02 +08:00
..
2025-03-31 15:56:02 +08:00
2025-03-17 23:13:57 +08:00
2025-03-30 03:16:53 +08:00
2025-03-13 13:47:31 +08:00

Stage UI

Shared core for stage

Histoire (UI storyboard)

https://histoire.dev/

pnpm -F @proj-airi/stage-ui run story:dev

Project structure

  1. If a story is bound to a specific component, it can be placed beside the component in the src folder. e.g., MyComponent.story.vue
  2. If a story is not bound to a specific component, then it should be placed in the stories folder. e.g., MyStory.story.vue