Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Atomic Design とは?

yKicchan
September 02, 2019

Atomic Design とは?

LT資料

yKicchan

September 02, 2019
Tweet

More Decks by yKicchan

Other Decks in Design

Transcript

  1. ディレクトリ構成 . ├── assets ├── atoms // ← ├── environments

    ├── middleware ├── models ├── molecules // ← ├── organisms // ← ├── pages // ← ├── plugins ├── store ├── templates // ← └── test
  2. ポイント Atoms HTMLをラップするものではない 命名・IF定義には最⼤の注意を払う 標準に従う(Reactだと children , vueだと v-model や

    slot ) Molecules 命名・IF定義には最⼤の注意を払う 標準に従う(Reactだと children , vueだと v-model や slot )