모델: anglefeint-core 모드: analysis 상태: stable
컨텍스트: Anglefeint 프로젝트의 권장 초기화/업그레이드 흐름을 정리합니다.
→
업그레이드 모델: starter 초기화, 이후 npm 업데이트
초기화 경로와 업데이트 경로를 단순화
출력
테마 운영에서 자주 생기는 문제는 초기화는 쉽지만 업그레이드가 어렵다는 점입니다。 Anglefeint는 경로를 표준화합니다。
초기화:
npm create astro@latest — —template anglefeint/astro-theme-anglefeint#starter
업그레이드:
npm update @anglefeint/astro-theme npm install npm run check npm run build
핵심 업데이트를 패키지 중심으로 처리할 수 있어 운영이 단순해집니다。
Astro 메이저 업그레이드는 공식 가이드를 먼저 확인한 뒤, 프로젝트 검증 명령을 실행하세요。
anglefeint-core · 690 단어 · 1.0k 토큰