Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/team-withme/withme_ui

๐Ÿ“š WithMe ๋””์ž์ธ ์‹œ์Šคํ…œ ๋ชจ๋…ธ๋ ˆํฌ
https://github.com/team-withme/withme_ui

javascript learn monorepo react rollup sass storybook typescript yarn yarn-workspaces

Last synced: 2 days ago
JSON representation

๐Ÿ“š WithMe ๋””์ž์ธ ์‹œ์Šคํ…œ ๋ชจ๋…ธ๋ ˆํฌ

Awesome Lists containing this project

README

        

# With Me ๋””์ž์ธ ์‹œ์Šคํ…œ ๋ชจ๋…ธ๋ ˆํฌ

with me์˜ ๋ชจ๋“  ๋””์ž์ธ ์š”์†Œ๋ฅผ ์ž‘์—…ํ•˜๋Š” ๋ ˆํฌ์ง€ํ† ๋ฆฌ ์ž…๋‹ˆ๋‹ค.

- [withme-ui](https://github.com/Team-WithMe/WithMe_UI/tree/master/packages/withme-ui) - ์ปดํฌ๋„ŒํŠธ ํŒจํ‚ค์ง€ with react (npm)
- [withme-icon](https://github.com/Team-WithMe/WithMe_UI/tree/master/packages/withme-icon) - ์•„์ด์ฝ˜ ํŒจํ‚ค์ง€ with react (npm)
- [withme-style](https://github.com/Team-WithMe/WithMe_UI/tree/master/packages/withme-style) - ์Šคํƒ€์ผ ํŒจํ‚ค์ง€ with scss (npm)

> `packages`์— ์žˆ๋Š” ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ์˜ ์‚ฌ์šฉ๋ฒ•๋“ค์€ ๊ฐ ์›Œํฌ์ŠคํŽ˜์ด์Šค README.md๋ฅผ ์ฐธ๊ณ ํ•˜๋ฉด ๋ฉ๋‹ˆ๋‹ค!


## ๋””์ž์ธ ์‹œ์Šคํ…œ ๋ฌธ์„œ

์Šคํ† ๋ฆฌ๋ถ์„ ์ด์šฉํ•ด ๋””์ž์ธ ์‹œ์Šคํ…œ ๋ฌธ์„œ๋ฅผ ๊ตฌ์ถ•ํ–ˆ์Šต๋‹ˆ๋‹ค.


[[storybook](https://with-me-ui.netlify.app/?path=/docs/assets-icons--base)] ๋ฐ”๋กœ๊ฐ€๊ธฐ


## Scripts

### ๊ธฐ๋ณธ์ ์ธ ๋ช…๋ น์–ด

```
# ์„ค์น˜
yarn

# ํŒจํ‚ค์ง€ ์ถ”๊ฐ€
yarn add

# ๋ชจ๋“  ์˜์กด์„ฑ ์‚ญ์ œ
yarn clean

# git ์ปค๋ฐ‹
yarn commit

# ๊ฐœ๋ฐœ ์‹œ์ž‘
yarn dev
```

### storybook ์‹คํ–‰

- ๊ฒฝ๋กœ๋ฅผ withme-ui ํŒจํ‚ค์ง€๋กœ ์ด๋™ํ•˜๊ณ  ํ•ด๋‹น ํ„ฐ๋ฏธ๋„์—์„œ

```
# ์Šคํ† ๋ฆฌ๋ถ ์‹คํ–‰ (port 6006)
yarn storybook
```

### ์›Œํฌ์ŠคํŽ˜์ด์Šค๋ณ„ ์˜์กด์„ฑ ์ถ”๊ฐ€, ์ œ๊ฑฐ

```
# ์ถ”๊ฐ€
yarn workspace add

# ์ œ๊ฑฐ
yarn workspace remove
```

### npm ๋ฐฐํฌ

```
# npm login
yarn npm login

# ๋ชจ๋“  ํŒจํ‚ค์ง€ npm ๋ฐฐํฌ
yarn publish
```

### ๊ฐ ์›Œํฌ์ŠคํŽ˜์ด์Šค๋ณ„ npm ๋ฐฐํฌ

```
# ๋นŒ๋“œ
yarn workspace build
# ex: yarn workspace @pickk/design-token build

# ๋ฒ„์ „ ์—…๋ฐ์ดํŠธ (strategy = 'major'|'minor'|'patch')
yarn workspace version

# ๋ฒ„์ „ ์—…๋ฐ์ดํŠธ ์ปค๋ฐ‹ ์ƒ์„ฑ
git commit -m "chore(): release "

# ํƒœ๊ทธ ๋ถ€์—ฌ
git tag -a "@"

# ๋ฐฐํฌ
yarn workspace npm publish
```


## Setting

```
# node version
node -v
# 16.15.1
```