Skip to content

Commit

Permalink
Checkin of UI and protobuf changes to support UI
Browse files Browse the repository at this point in the history
  • Loading branch information
seizadi committed Jan 16, 2020
1 parent 79e65eb commit e8eae55
Show file tree
Hide file tree
Showing 49 changed files with 2,441 additions and 1,203 deletions.
14 changes: 14 additions & 0 deletions cmdb-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ This project was generated with [Angular CLI](https://github.com/angular/angular

## Development server

Project created with:
```bash
ng new cmdb-ui
cd cmdb-ui
npm install @ngrx/store --save
npm install @ngrx/effects --save
npm install @ngrx/router-store --save
npm install @ngrx/store-devtools --save
ng add ngx-bootstrap --component collapse
ng add ngx-bootstrap --component dropdowns


```

Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.

## Code scaffolding
Expand Down
8 changes: 6 additions & 2 deletions cmdb-ui/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"src/assets"
],
"styles": [
"./node_modules/bootstrap/dist/css/bootstrap.min.css",
"src/styles.scss"
],
"scripts": []
Expand Down Expand Up @@ -67,7 +68,8 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "cmdb-ui:build"
"browserTarget": "cmdb-ui:build",
"proxyConfig": "proxy.conf.json"
},
"configurations": {
"production": {
Expand All @@ -93,6 +95,7 @@
"src/assets"
],
"styles": [
"./node_modules/bootstrap/dist/css/bootstrap.min.css",
"src/styles.scss"
],
"scripts": []
Expand Down Expand Up @@ -124,6 +127,7 @@
}
}
}
}},
}
},
"defaultProject": "cmdb-ui"
}
Loading

0 comments on commit e8eae55

Please sign in to comment.