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