UNPKG

devui-admin-test

Version:

Schematics for ng-devui-admin

35 lines (22 loc) 574 B
# Schematics for DevUI Admin Angular Cli Schematics of ng-devui-admin. ## Install ```bash ng new your-project && cd your-project ng add ng-devui-admin npm start # open http://localhost:4200 ``` ## Using Admin Blocks ```bash ng g ng-devui-admin:blocks --block-name BlockName ``` ## Create Page with Admin Blocks ```bash ng g ng-devui-admin:views --view-name ViewName ``` ## Links - Preview: https://devui.design/admin/ - Home Page: https://devui.design/admin-page/home - Document:https://devui.design/admin-page/docs/getting-started ## License The MIT License.