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