An open API service indexing awesome lists of open source software.

https://github.com/startdusk/tiny-ui


https://github.com/startdusk/tiny-ui

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

使用 storybook 构建组件库开发工具(辅助开发组件)

安装

```bash
$ sudo npm add -g storybook
```

初始化,在项目目录下

```bash
$ sb init
```

会在目录下生成一个 stories 目录,可以修改为你的组件名,只要里面有个文件叫 `组件名.stories.tsx` 就 ok

运行

```bash
$ yarn storybook
```

[CSS 转 SCSS 工具](https://www.cssportal.com/css-to-scss/)