Web Portal for HPC Pack 2019
Перейти к файлу
Sunbin Zhu 27ecc7ba66
Merge pull request #42 from Azure/users/GitHubPolicyService/5f90cbb9-e709-498c-aa8c-593e4788e92c
Adding Microsoft SECURITY.MD
2022-09-29 11:26:36 +08:00
.vscode Add .vscode/settings.json 2019-09-13 20:50:32 +08:00
e2e Using mat-toolbar. 2019-09-08 23:13:06 +08:00
src Disable Google Analytics. 2020-05-26 17:22:46 +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
README.md Update README.md 2020-03-18 09:43:53 +08:00
SECURITY.md Microsoft mandatory file 2022-07-25 19:03:32 +00:00
angular.json Add clusrun. 2019-10-20 22:54:15 +08:00
azure-pipelines.yaml Modify azure-pipelines.yaml: remove release branch and master branch now 2020-02-19 14:11:15 +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
make-zip Add revision file in zip file. 2019-10-31 15:00:46 +08:00
package-lock.json Track in MS ApplicationInsight. 2020-04-20 17:40:43 +08:00
package.json Track in MS ApplicationInsight. 2020-04-20 17:40:43 +08:00
tsconfig.app.json Add clusrun. 2019-10-20 22:54:15 +08:00
tsconfig.json Enable "noImplicitAny" compiler option. 2019-08-24 18:21:53 +08:00
tsconfig.spec.json Add clusrun. 2019-10-20 22:54:15 +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

  • For production build, run npm run-script build-prd
  • For staging build, run npm run-script build-stg

The build artifacts will be stored in the dist/web-portal directory.

Package

To package the build artifacts and release the package, run ./make-zip {version}. The version is typically like '1.2.3'. However, it can be arbitrary string, like 'dev'. Usually, Azure Pipeline will produce a package with the command and assign a proper value to the version.

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.