elementar admin
1.0.0
Overview | Live Demo | Documentation
Install full project (with demo pages and examples):
npx @elementarui/elementar-cli@latest new your-project-name
Install minimal project (without demo pages and examples):
npx @elementarui/elementar-cli@latest new your-project-name --minimal
cd your-project-name
npm run start:demo
Live Preview (Demo)
cd your-project-name
npm run start:mono
Live Preview (Mono)
cd your-project-name
npm run start:dual-tier
Live Preview (Dual Tier)
cd your-project-name
npm run start
Live Preview (Minimal)
To update your project, run next command:
cd your-project-name
npx @elementarui/elementar-cli@latest update
By default, update command will update only projects/components
folder and root package.json
, but if you
want to update all projects like demo, dual-tier, mono layout, you can do this with command:
cd your-project-name
npx @elementarui/elementar-cli@latest update all