elementar admin
1.0.0
개요 | 라이브 데모 | 선적 서류 비치
전체 프로젝트 설치(데모 페이지 및 예제 포함):
npx @elementarui/elementar-cli@latest new your-project-name
최소 프로젝트 설치(데모 페이지 및 예제 제외):
npx @elementarui/elementar-cli@latest new your-project-name --minimal
cd your-project-name
npm run start:demo
실시간 미리보기(데모)
cd your-project-name
npm run start:mono
실시간 미리보기(모노)
cd your-project-name
npm run start:dual-tier
실시간 미리보기(이중 계층)
cd your-project-name
npm run start
실시간 미리보기(최소)
프로젝트를 업데이트하려면 다음 명령을 실행하세요.
cd your-project-name
npx @elementarui/elementar-cli@latest update
기본적으로 업데이트 명령은 projects/components
폴더 및 루트 package.json
만 업데이트하지만 데모, 이중 계층, 모노 레이아웃과 같은 모든 프로젝트를 업데이트하려면 다음 명령을 사용하여 수행할 수 있습니다.
cd your-project-name
npx @elementarui/elementar-cli@latest update all