承接 sensiolabs/storybook-bundle 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

sensiolabs/storybook-bundle

最新稳定版本:0.1.2

Composer 安装命令:

composer require sensiolabs/storybook-bundle

包简介

Bundle to use Storybook with Symfony UX packages.

README 文档

README

Latest Version Total Downloads Monthly Downloads Software License CI

This bundle provides a basic integration for Storybook into a Symfony application using Twig Components.

DISCLAIMER:
This bundle is under active development. Some features may not work as expected and the current documentation may be incomplete.

Table of Content

  1. Installation
  2. Getting Started
  3. Configuration
    1. Twig Rendering
    2. Symfony UX Packages
    3. Configuration Reference
  4. Storybook Features
    1. Stories
      1. Writing Stories
      2. Docs
      3. Play Function
    2. Addons
      1. Actions
      2. Interactions
  5. Args Processors
  6. Component Mock
  7. Static Build

Installation

To install the bundle into your project run:

composer require sensiolabs/storybook-bundle

Initialize Storybook in your project:

bin/console storybook:init

This will create basic configuration files and add required dependencies to your package.json.

Install new dependencies with:

npm install

Ensure your Symfony server is running on the same address defined in your main.ts configuration file. Then run the Storybook dev server with:

npm run storybook

License

MIT License (MIT): see LICENSE.

References

统计信息

  • 总下载量: 65.25k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 54
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 54
  • Watchers: 6
  • Forks: 16
  • 开发语言: TypeScript

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-05-07