feat(zpl-viewer): ZPL 뷰어 웹 앱 추가#9
Merged
Merged
Conversation
- React, Vite, TanStack Query, TypeScript 기본 구조 - ESLint, Prettier 설정 - vite-env.d.ts 타입 선언
- fetchLabelaryPng, useZplPreview 훅 추가 - ZplInput, ZplPreview, OptionsPanel 컴포넌트 분리 - examples.json 예제 데이터 및 zpl-preview 타입 정의
- ZPL 저장, PNG 저장, PDF 저장 버튼 - fetchLabelaryPng에 Accept 파라미터 및 LabelaryAccept 타입 추가
- axios 인스턴스로 baseURL, timeout, responseType 설정 - isAxiosError, isCancel로 에러 처리 통일
- lib/units.ts에 mmToInch 함수 추가 - labelary API에서 해당 유틸 사용
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 작업 내용
독립 배포 가능한 ZPL 라벨 미리보기 웹 앱
apps/zpl-viewer추가🔍 변경 범위
apps/react-zpl- React ZPL 라이브러리docs- 문서 사이트tests- 테스트 코드demos- 데모 애플리케이션apps/zpl-viewer- 독립 ZPL 뷰어 웹 앱📸 스크린샷 (선택사항)
📚 추가 정보
docs/plans/2026-03-11-feat-apps-zpl-viewer-web-app-plan.mdexamples.json정적 데이터)vercel.json및 GitHub Actions deploy 워크플로우 적용 필요 (별도 커밋 예정)