Web Portal for HPC Pack 2019
Перейти к файлу
Robert Zhang d09cac472a Using mat-toolbar. 2019-09-08 23:13:06 +08:00
e2e Using mat-toolbar. 2019-09-08 23:13:06 +08:00
src Using mat-toolbar. 2019-09-08 23:13:06 +08:00
.editorconfig New Angular app. 2019-08-14 17:49:47 +08:00
.gitignore Add JUnit test reporter for karma. 2019-09-06 15:16:59 +08:00
.gitmodules Update Git Submodule url for api-client. 2019-09-07 17:39:53 +08:00
CONTRIBUTING.md Add init files. 2019-08-14 13:13:02 +08:00
LICENSE Add init files. 2019-08-14 13:13:02 +08:00
Microsoft.HPC.WebPortal.nuspec Add nuspec for generating Nuget package. 2019-08-14 18:29:02 +08:00
README.md Update README.md 2019-09-07 22:31:02 +08:00
angular.json Exclude src/app/api-client from code coverage analysis. 2019-09-06 14:41:07 +08:00
azure-pipelines.yaml Comment out the Deploy stage due to Azure Pipeline issue: 2019-09-07 22:17:56 +08:00
browserslist New Angular app. 2019-08-14 17:49:47 +08:00
karma.conf.js Publish test code coverage result. 2019-09-06 16:46:54 +08:00
package-lock.json Using Angular Material. 2019-09-08 22:29:54 +08:00
package.json Using Angular Material. 2019-09-08 22:29:54 +08:00
tsconfig.app.json New Angular app. 2019-08-14 17:49:47 +08:00
tsconfig.json Enable "noImplicitAny" compiler option. 2019-08-24 18:21:53 +08:00
tsconfig.spec.json New Angular app. 2019-08-14 17:49:47 +08:00
tslint.json New Angular app. 2019-08-14 17:49:47 +08:00

README.md

HPC Pack Web Portal

Build Status

This project was generated with Angular CLI version 8.2.1.

Get code

$ git clone --recurse-submodules git@github.com:Azure/hpcpack-web-portal.git

Development server

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

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.