Merge pull request #38 in ~VLE2FE/definma-ui from development to master
* commit '3badd6173dd083d8df2a4aba3d0ecab8fc3d104f': updated README
This commit is contained in:
		@@ -5,6 +5,14 @@ This is the Angular front end for the DeFinMa web page hosted on the BIC at
 | 
				
			|||||||
A deep insight into the project structure can be gained in the 
 | 
					A deep insight into the project structure can be gained in the 
 | 
				
			||||||
[Bachelor Thesis](https://definma.apps.de1.bosch-iot-cloud.com/assets/docs/Veit-Lukas_Bachelor-Thesis.pdf).
 | 
					[Bachelor Thesis](https://definma.apps.de1.bosch-iot-cloud.com/assets/docs/Veit-Lukas_Bachelor-Thesis.pdf).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Building
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					`npm start`  Start local development server
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					`npm run build`  Build UI into `dist` folder
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					`npm run build-push`  Build UI and push to BIC. You must be logged in with the `cf` tool for this command to work.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Bosch styled components
 | 
					## Bosch styled components
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Bosch styled Angular components were added following 
 | 
					Bosch styled Angular components were added following 
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -10,7 +10,6 @@
 | 
				
			|||||||
    "lint": "ng lint",
 | 
					    "lint": "ng lint",
 | 
				
			||||||
    "e2e": "ng e2e",
 | 
					    "e2e": "ng e2e",
 | 
				
			||||||
    "coverage": "ng test --no-watch --code-coverage",
 | 
					    "coverage": "ng test --no-watch --code-coverage",
 | 
				
			||||||
    "api": "cd C:\\Users\\vle2fe\\Documents\\Code\\API && node dist\\index.js",
 | 
					 | 
				
			||||||
    "bundle-report": "ng build --prod --aot --stats-json && webpack-bundle-analyzer dist/UI/stats-es2015.json"
 | 
					    "bundle-report": "ng build --prod --aot --stats-json && webpack-bundle-analyzer dist/UI/stats-es2015.json"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "private": true,
 | 
					  "private": true,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user