반응 - 모범 사례


구조
src/

assets

images
icons
fonts
components/

buttons/

Button

index.js : Folder Export.
Button.js : Rendering and Call Styled and Services.
Button.service.js : Hooks and Local and State Management.
Button.styles.js : Styled components CSS-JS + UI Toolkit.
Button.test.js : Test Unit.
Buttom.story.js: Component's Storybook).


구성: 구성이 포함된 파일입니다.
** 컨테이너:
** 데이터:
** 언어 환경
** 도우미
** 페이지/

home/

**index.js
**styles.js (styled components + UI)
**styles/
themes
globalStyles.js
colors.js
fonts.js
icons.js
metrics.js
.env
.eslintrc
.gitignore
.prettierrc



CSS 이미지
이미지 또는 스타일에 응답합니다.
{
  background-image: url(.////);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

더욱 아름답다
./node_modules/.bin/eslint--init
아직 얘기 안 끝났어...나는 이 게시물을 계속 업데이트할 것이다.

좋은 웹페이지 즐겨찾기