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