[README.md] 배포 시 주의사항 추가

This commit is contained in:
hyunwoo93.cha
2024-02-29 13:54:31 +09:00
parent 1c087b99f0
commit 7251b0a82c

View File

@@ -35,6 +35,23 @@ npm install
npm run build
--> ./dist 폴더 배포
## 배포 시 주의 사항
- `develop` 환경에서는 [오토 스크롤 영역]("./assets/src/components/AutoScrollArea.module.less")을 명확하게 보기 위해 `background-color`를 보여지게 했으나, 배포 시에는 `production` 상태로 바꿔서 빌드하셔야 합니다.
```less
// AutoScrollArea.module.less
.autoScrollArea {
position: absolute;
z-index: 20;
background-color: transparent; /* production */
// background-color: #ff00001f; /* develop */
}
```
**상태로 변경 후 배포 부탁드립니다.**
## TVirtualGridList 사용시 여백
OnSaleProductList.jsx 참고